Moodle SOAP client.
More...
|
| __construct ($serverurl, $token=null, array $options=null) |
| Constructor.
|
|
| call ($functionname, $params) |
| Execute client WS request with token authentication.
|
|
| set_token ($token) |
| Set the token used to do the SOAP call.
|
|
Moodle SOAP client.
It has been implemented for unit testing purpose (all protocols have similar client)
- Copyright
- 2010 Jerome Mouneyrac
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
webservice_soap_client::__construct |
( |
| $serverurl, |
|
|
| $token = null, |
|
|
array | $options = null ) |
Constructor.
- Parameters
-
string | $serverurl | a Moodle URL |
string | $token | the token used to do the web service call |
array | $options | PHP SOAP client options - see php.net |
◆ call()
webservice_soap_client::call |
( |
| $functionname, |
|
|
| $params ) |
Execute client WS request with token authentication.
- Parameters
-
string | $functionname | the function name |
array | $params | the parameters of the function |
- Return values
-
◆ set_token()
webservice_soap_client::set_token |
( |
| $token | ) |
|
Set the token used to do the SOAP call.
- Parameters
-
string | $token | the token used to do the web service call |
The documentation for this class was generated from the following file: