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()".

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

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


	
			
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 51)

Cached namespace decorators

  • access: protected
Zend_XmlRpc_Client $_client = null (line 39)
  • access: protected
string $_namespace = '' (line 45)

XML-RPC namespace for this decorator

  • access: protected
Methods
Constructor __construct (line 60)

Class constructor

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

Call a method in this namespace.

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

Get the next successive namespace

  • access: public
  • string $name

Documentation generated on Sun, 29 Oct 2006 21:27:25 -0600 by phpDocumentor 1.3.0RC6