__construct() protected method

Creates a class instance.
protected __construct ( )
Beispiel #1
0
 /**
  * Creates a class instance.
  */
 protected function __construct()
 {
     parent::__construct();
     $this->server = xmlrpc_server_create();
 }