| Fully Qualified Name: | Laminas\XmlRpc\Client\ServerProxy | 
The namespace decorator enables object chaining to permit calling XML-RPC namespaced functions like "foo.bar.baz()" as "$remote->foo->bar->baz()".
| Name | Description | Defined By | 
|---|---|---|
| __call() | Call a method in this namespace. | ServerProxy | 
| __construct() | Class constructor | ServerProxy | 
| __get() | Get the next successive namespace | ServerProxy | 
Call a method in this namespace.
| Parameter Name | Type | Description | 
|---|---|---|
| $method | string | |
| $args | array | 
Returns: mixed
Class constructor
| Parameter Name | Type | Description | 
|---|---|---|
| $client | \Laminas\XmlRpc\Client | |
| $namespace | string | 
Returns:
Get the next successive namespace
| Parameter Name | Type | Description | 
|---|---|---|
| $namespace | string | 
Returns: \Laminas\XmlRpc\Client\ServerProxy