Jyxo\Rpc\Server::__construct PHP Method

__construct() protected method

Creates a class instance.
protected __construct ( )
    protected function __construct()
    {
    }

Usage Example

Exemplo n.º 1
0
Arquivo: Server.php Projeto: jyxo/php
 /**
  * Creates a class instance.
  */
 protected function __construct()
 {
     parent::__construct();
     $this->server = xmlrpc_server_create();
 }