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

Public Member Functions

 __construct (Zend_XmlRpc_Server $server)
 listMethods ()
 methodHelp ($method)
 methodSignature ($method)
 multicall ($methods)

Protected Attributes

 $_server

Detailed Description

Definition at line 32 of file System.php.


Constructor & Destructor Documentation

Constructor

Parameters:
Zend_XmlRpc_Server$server
Returns:
void

Definition at line 45 of file System.php.


Member Function Documentation

List all available XMLRPC methods

Returns an array of methods.

Returns:
array

Definition at line 57 of file System.php.

methodHelp ( method)

Display help message for an XMLRPC method

Parameters:
string$method
Returns:
string

Definition at line 69 of file System.php.

methodSignature ( method)

Return a method signature

Parameters:
string$method
Returns:
array

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:

  • methodName
  • params

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.

See also:
http://www.xmlrpc.com/discuss/msgReader$1208
Parameters:
array$methods
Returns:
array

Definition at line 114 of file System.php.


Field Documentation

$_server [protected]

Definition at line 37 of file System.php.


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