[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 162 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_XmlRpc_Server_System:: (5 methods):
__construct()
listMethods()
methodHelp()
methodSignature()
multicall()
Class: Zend_XmlRpc_Server_System - X-Ref
XML-RPC system.* methods__construct(Zend_XmlRpc_Server $server) X-Ref |
Constructor param: Zend_XmlRpc_Server $server return: void |
listMethods() X-Ref |
List all available XMLRPC methods Returns an array of methods. return: array |
methodHelp($method) X-Ref |
Display help message for an XMLRPC method param: string $method return: string |
methodSignature($method) X-Ref |
Return a method signature param: string $method return: array |
multicall($methods) X-Ref |
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. param: array $methods return: array |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |