ApiClient::__construct PHP Method

__construct() private method

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

Usage Example

Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->ApiUrl = 'api.gadu-gadu.pl';
 }