Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_XmlRpc_Server $server) | |
Constructor. | |
listMethods () | |
List all available XMLRPC methods. | |
methodHelp ($method) | |
Display help message for an XMLRPC method. | |
methodSignature ($method) | |
Return a method signature. | |
multicall ($methods) | |
Multicall - boxcar feature of XML-RPC for calling multiple methods in a single request. | |
Protected Attributes | |
$_server | |
__construct | ( | Zend_XmlRpc_Server | $server | ) |
listMethods | ( | ) |
List all available XMLRPC methods.
Returns an array of methods.
methodHelp | ( | $method | ) |
Display help message for an XMLRPC method.
string | $method |
methodSignature | ( | $method | ) |
Return a method signature.
string | $method |
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 |
|
protected |