Util::__construct PHP 메소드

__construct() 공개 메소드

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