XmlRpc/Client/ServerProxy.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_XmlRpc
- Subpackage
- Client
- Version
- $Id: ServerProxy.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_XmlRpc_Client_ServerProxy
Package: Zend\XmlRpc\Client
The namespace decorator enables object chaining to permit calling XML-RPC namespaced functions like "foo.bar.baz()" as "$remote->foo->bar->baz()".
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties

array $_cache = array()
<p>of Zend_XmlRpc_Client_ServerProxy</p>
Default value
array()Details- Type
- array
Methods

__call( $method, array $args) : mixedCall a method in this namespace.
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $method | ||
| $args | array |
| Type | Description |
|---|---|
| mixed |

__construct(\Zend_XmlRpc_Client $client, string $namespace = '') : voidClass constructor
Parameters
| Name | Type | Description |
|---|---|---|
| $client | \Zend_XmlRpc_Client | |
| $namespace | string |

__get( $namespace) : \Zend_XmlRpc_Client_ServerProxyGet the next successive namespace
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $namespace |
| Type | Description |
|---|---|
| \Zend_XmlRpc_Client_ServerProxy |