[ 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: | 166 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_XmlRpc_Client_ServerIntrospection:: (6 methods):
__construct()
getSignatureForEachMethod()
getSignatureForEachMethodByMulticall()
getSignatureForEachMethodByLooping()
getMethodSignature()
listMethods()
Class: Zend_XmlRpc_Client_ServerIntrospection - X-Ref
Wraps the XML-RPC system.* introspection methods__construct(Zend_XmlRpc_Client $client) X-Ref |
param: Zend_XmlRpc_Client $client |
getSignatureForEachMethod() X-Ref |
Returns the signature for each method on the server, autodetecting whether system.multicall() is supported and using it if so. return: array |
getSignatureForEachMethodByMulticall($methods = null) X-Ref |
Attempt to get the method signatures in one request via system.multicall(). This is a boxcar feature of XML-RPC and is found on fewer servers. However, can significantly improve performance if present. param: array $methods return: array array(array(return, param, param, param...)) |
getSignatureForEachMethodByLooping($methods = null) X-Ref |
Get the method signatures for every method by successively calling system.methodSignature param: array $methods return: array |
getMethodSignature($method) X-Ref |
Call system.methodSignature() for the given method param: array $method return: array array(array(return, param, param, param...)) |
listMethods() X-Ref |
Call system.listMethods() param: array $method return: array array(method, method, method...) |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |