Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_XmlRpc_Client $client) | |
getSignatureForEachMethod () | |
Returns the signature for each method on the server, autodetecting whether system.multicall() is supported and using it if so. | |
getSignatureForEachMethodByMulticall ($methods=null) | |
Attempt to get the method signatures in one request via system.multicall(). | |
getSignatureForEachMethodByLooping ($methods=null) | |
Get the method signatures for every method by successively calling system.methodSignature. | |
getMethodSignature ($method) | |
Call system.methodSignature() for the given method. | |
listMethods () | |
Call system.listMethods() | |
__construct | ( | Zend_XmlRpc_Client | $client | ) |
Zend_XmlRpc_Client | $client |
getMethodSignature | ( | $method | ) |
Call system.methodSignature() for the given method.
array | $method |
getSignatureForEachMethod | ( | ) |
Returns the signature for each method on the server, autodetecting whether system.multicall() is supported and using it if so.
getSignatureForEachMethodByLooping | ( | $methods = null | ) |
Get the method signatures for every method by successively calling system.methodSignature.
array | $methods |
getSignatureForEachMethodByMulticall | ( | $methods = null | ) |
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.
array | $methods |
listMethods | ( | ) |
Call system.listMethods()
array | $method |