|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct (Zend_XmlRpc_Server $server) | |
| listMethods () | |
| methodHelp ($method) | |
| methodSignature ($method) | |
| multicall ($methods) | |
Protected Attributes | |
| $_server | |
Definition at line 32 of file System.php.
| __construct | ( | Zend_XmlRpc_Server $ | server | ) |
Constructor
| Zend_XmlRpc_Server | $server |
Definition at line 45 of file System.php.
| listMethods | ( | ) |
List all available XMLRPC methods
Returns an array of methods.
Definition at line 57 of file System.php.
| methodHelp | ( | $ | method | ) |
Display help message for an XMLRPC method
| string | $method |
Definition at line 69 of file System.php.
| methodSignature | ( | $ | method | ) |
Return a method signature
| string | $method |
Definition at line 86 of file System.php.
| multicall | ( | $ | methods | ) |
Multicall - boxcar feature of XML-RPC for calling multiple methods in a single request.
Expects a an array of structs representing method calls, each element having the keys:
Returns an array of responses, one for each method called, with the value returned by the method. If an error occurs for a given method, returns a struct with a fault response.
| array | $methods |
Definition at line 114 of file System.php.
$_server [protected] |
Definition at line 37 of file System.php.