ApiClient::__construct PHP 메소드

__construct() 개인적인 메소드

Make the constructor private to prevent the class being instantiated directly.
private __construct ( ) : void
리턴 void
    private function __construct()
    {
    }

Usage Example

예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->ApiUrl = 'api.gadu-gadu.pl';
 }