The namespace decorator enables object chaining to permit calling XML-RPC namespaced functions like "foo.bar.baz()" as "$remote->foo->bar->baz()".

 Methods

Call a method in this namespace.

__call(string $method, array $args) : mixed

Parameters

$method

string

$args

array

Returns

mixed

Class constructor

__construct(\Zend\XmlRpc\Client $client, string $namespace) 

Parameters

$namespace

string

Get the next successive namespace

__get(string $namespace) : \Zend\XmlRpc\Client\ServerProxy

Parameters

$namespace

string

Returns

 Properties

 

<p>of \Zend\XmlRpc\Client\ServerProxy</p>

$cache : array

 

$client

$client : \Zend\XmlRpc\Client

 

$namespace

$namespace : string