|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for XML_RPC2_Backend_Php_Client:
Collaboration diagram for XML_RPC2_Backend_Php_Client:Public Member Functions | |
| __construct ($uri, $options=array()) | |
| Construct a new XML_RPC2_Client PHP Backend. More... | |
| remoteCall___ ($methodName, $parameters) | |
| remoteCall executes the XML-RPC call, and returns the result More... | |
Public Member Functions inherited from XML_RPC2_Client | |
| remoteCall___ ($methodName, $parameters) | |
| remoteCall executes the XML-RPC call, and returns the result More... | |
| __call ($methodName, $parameters) | |
| __call Catchall. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from XML_RPC2_Client | |
| static | create ($uri, $options=array()) |
| Factory method to select, create and return a XML_RPC2_Client backend. More... | |
Data Fields inherited from XML_RPC2_Client | |
| const | VERSION = '1.0.4' |
Protected Member Functions inherited from XML_RPC2_Client | |
| __construct ($uri, $options=array()) | |
| Construct a new XML_RPC2_Client. More... | |
| displayDebugInformations___ ($request, $body) | |
| Display debug informations. More... | |
| displayDebugInformations2___ ($result) | |
| Display debug informations (part 2) More... | |
| testMethodName___ ($methodName) | |
| Return true is the given method name is ok with XML/RPC spec. More... | |
Protected Attributes inherited from XML_RPC2_Client | |
| $uri = null | |
| $proxy = null | |
| $prefix = null | |
| $debug = false | |
| $encoding = 'iso-8859-1' | |
| $sslverify = true | |
| $uglyStructHack = true | |
| ugly hack flag to avoid http://bugs.php.net/bug.php?id=21949 More... | |
Definition at line 64 of file Client.php.
| XML_RPC2_Backend_Php_Client::__construct | ( | $uri, | |
$options = array() |
|||
| ) |
Construct a new XML_RPC2_Client PHP Backend.
To create a new XML_RPC2_Client, a URI must be provided (e.g. http://xmlrpc.example.com/1.0/). Optionally, some options may be set
| string | URI for the XML-RPC server |
| array | (optional) Associative array of options |
Reimplemented from XML_RPC2_Client.
Definition at line 78 of file Client.php.
References $options, and XML_RPC2_Client\$uri.
| XML_RPC2_Backend_Php_Client::remoteCall___ | ( | $methodName, | |
| $parameters | |||
| ) |
remoteCall executes the XML-RPC call, and returns the result
NB : The '___' at the end of the method name is to avoid collisions with XMLRPC __call()
| string | Method name |
| array | Parameters |
Reimplemented from XML_RPC2_Client.
Definition at line 95 of file Client.php.
References $options, $result, XML_RPC2_Client\$uri, XML_RPC2_Backend_Php_Response\decode(), XML_RPC2_Client\displayDebugInformations2___(), XML_RPC2_Client\displayDebugInformations___(), and print.
Here is the call graph for this function: