|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($client, $namespace= '') | |
| __get ($namespace) | |
| __call ($method, $args) | |
Definition at line 35 of file ServerProxy.php.
| __construct | ( | $ | client, |
| $ | namespace = '' |
||
| ) |
Class constructor
| string | $namespace | |
| Zend_XmlRpc_Client | $client |
Definition at line 60 of file ServerProxy.php.
| __call | ( | $ | method, |
| $ | args | ||
| ) |
Call a method in this namespace.
| string | $methodN | |
| array | $args |
Definition at line 90 of file ServerProxy.php.
| __get | ( | $ | namespace | ) |
Get the next successive namespace
| string | $name |
Definition at line 73 of file ServerProxy.php.