205. Class

205.1. Zend\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()”.

205.1.1. Methods

205.1.1.1. __construct

__construct()

Class constructor

Parameters:
  • ZendXmlRpcClient
  • string

205.1.1.2. __get

__get()

Get the next successive namespace

Parameters:string
Return type:ZendXmlRpcClientServerProxy

205.1.1.3. __call

__call()

Call a method in this namespace.

Parameters:
  • string
  • array
Return type:

mixed

Project Versions

Table Of Contents

Previous topic

204. Class

Next topic

206. Class

This Page