__construct() protected method

Creates a class instance.
protected __construct ( )
Example #1
0
File: Server.php Project: jyxo/php
 /**
  * Creates a class instance.
  */
 protected function __construct()
 {
     parent::__construct();
     $this->server = xmlrpc_server_create();
 }