Moodle  2.2.1
http://www.collinsharper.com
Zend_XmlRpc_Client_ServerProxy Class Reference

Public Member Functions

 __construct ($client, $namespace= '')
 __get ($namespace)
 __call ($method, $args)

Detailed Description

Definition at line 35 of file ServerProxy.php.


Constructor & Destructor Documentation

__construct ( client,
namespace = '' 
)

Class constructor

Parameters:
string$namespace
Zend_XmlRpc_Client$client

Definition at line 60 of file ServerProxy.php.


Member Function Documentation

__call ( method,
args 
)

Call a method in this namespace.

Parameters:
string$methodN
array$args
Returns:
mixed

Definition at line 90 of file ServerProxy.php.

__get ( namespace)

Get the next successive namespace

Parameters:
string$name
Returns:
Zend_XmlRpc_Client_ServerProxy

Definition at line 73 of file ServerProxy.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations