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

__construct() public method

Also defines default client settings.
public __construct ( string $url = '' )
$url string Server address
    public function __construct(string $url = '')
    {
        parent::__construct($url);
        $this->options = ['output_type' => 'xml', 'verbosity' => 'pretty', 'escaping' => ['markup'], 'version' => 'xmlrpc', 'encoding' => 'utf-8'];
    }