Zend Framework  1.12
Public Member Functions | List of all members
Zend_XmlRpc_Client_ServerProxy Class Reference

Public Member Functions

 __construct ($client, $namespace= '')
 Class constructor.
 
 __get ($namespace)
 Get the next successive namespace.
 
 __call ($method, $args)
 Call a method in this namespace.
 

Constructor & Destructor Documentation

__construct (   $client,
  $namespace = '' 
)

Class constructor.

Parameters
string$namespace
Zend_XmlRpc_Client$client

Member Function Documentation

__call (   $method,
  $args 
)

Call a method in this namespace.

Parameters
string$methodN
array$args
Returns
mixed
__get (   $namespace)

Get the next successive namespace.

Parameters
string$name
Returns
Zend_XmlRpc_Client_ServerProxy