Class Zend_XmlRpc_Client_ServerProxy

Description

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

  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/XmlRpc/Client/ServerProxy.php (line 34)


	
			
Method Summary
 Zend_XmlRpc_Client_ServerProxy __construct (Zend_XmlRpc_Client $client, [string $namespace = ''])
 mixed __call ( $method, array $args, string $methodN)
 Zend_XmlRpc_Client_ServerProxy __get ( $namespace, string $name)
Methods
Constructor __construct (line 59)

Class constructor

  • access: public
Zend_XmlRpc_Client_ServerProxy __construct (Zend_XmlRpc_Client $client, [string $namespace = ''])
__call (line 89)

Call a method in this namespace.

  • access: public
mixed __call ( $method, array $args, string $methodN)
  • string $methodN
  • array $args
  • $method
__get (line 72)

Get the next successive namespace

  • access: public
Zend_XmlRpc_Client_ServerProxy __get ( $namespace, string $name)
  • string $name
  • $namespace

Documentation generated on Wed, 21 Feb 2007 11:59:43 -0800 by phpDocumentor 1.3.1