Jyxo\Rpc\Xml\Server::__construct PHP Method

__construct() protected method

Creates a class instance.
protected __construct ( )
    protected function __construct()
    {
        parent::__construct();
        $this->server = xmlrpc_server_create();
    }