Moodle  2.2.1
http://www.collinsharper.com
webservice_xmlrpc_client Class Reference
Inheritance diagram for webservice_xmlrpc_client:
Collaboration diagram for webservice_xmlrpc_client:

Public Member Functions

 __construct ($serverurl, $token)
 set_token ($token)
 call ($functionname, $params)

Detailed Description

XML-RPC client class

Definition at line 23 of file lib.php.


Constructor & Destructor Documentation

__construct ( serverurl,
token 
)

Constructor

Parameters:
string$serverurl
string$token

Definition at line 32 of file lib.php.


Member Function Documentation

call ( functionname,
params 
)

Execute client WS request

Parameters:
string$functionname
array$params
Returns:
mixed

Reimplemented from Zend_XmlRpc_Client.

Definition at line 52 of file lib.php.

set_token ( token)

Set the token used to do the XML-RPC call

Parameters:
string$token

Definition at line 42 of file lib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations