Class Zend_XmlRpc_Client_NamespaceDecorator

Description

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

Located in /Zend/XmlRpc/Client/NamespaceDecorator.php (line 32)


	
			
Variable Summary
Method Summary
 Zend_XmlRpc_Client_NamespaceDecorator __construct (string $namespace, Zend_XmlRpc_Client $client)
 mixed __call (string $methodName, array $args)
Variables
array $_cache = array() (line 49)

Cached namespace decorators

  • access: protected
Zend_XmlRpc_Client $_client = null (line 37)
  • access: protected
string $_namespace = '' (line 43)

XML-RPC namespace for this decorator

  • access: protected
Methods
Constructor __construct (line 58)

Class constructor

  • access: public
Zend_XmlRpc_Client_NamespaceDecorator __construct (string $namespace, Zend_XmlRpc_Client $client)
__call (line 89)

Call a method in this namespace.

  • access: public
mixed __call (string $methodName, array $args)
  • string $methodName
  • array $args
__get (line 71)

Get the next successive namespace

  • access: public
  • string $name

Documentation generated on Tue, 18 Apr 2006 11:55:23 -0700 by phpDocumentor 1.3.0RC3