Util::__construct PHP Method

__construct() public method

public __construct ( )
    function __construct()
    {
    }

Usage Example

示例#1
0
 function __construct()
 {
     parent::__construct();
     $this->cert_path = $_SERVER['DOCUMENT_ROOT'] . '/lms/custom/certificates';
     //$this->cert_path = $_SERVER['DOCUMENT_ROOT'] . '/lms/custom/my_dir/certificates';
     $this->host = $_SERVER['SERVER_NAME'];
 }
All Usage Examples Of Util::__construct