Public Member Functions |
| | __construct ($serverurl, $token, $options=null) |
| | set_token ($token) |
| | call ($functionname, $params) |
Detailed Description
Moodle SOAP client class
Definition at line 23 of file lib.php.
Constructor & Destructor Documentation
Constructor
- Parameters:
-
| string | $serverurl | |
| string | $token | |
| array | $options | PHP SOAP client options - see php.net |
Definition at line 33 of file lib.php.
Member Function Documentation
| call |
( |
$ |
functionname, |
|
|
$ |
params |
|
) |
| |
Execute client WS request
- Parameters:
-
| string | $functionname | |
| array | $params | |
- Returns:
- mixed
Definition at line 54 of file lib.php.
Set the token used to do the SOAP call
- Parameters:
-
Definition at line 43 of file lib.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/webservice/soap/lib.php