|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($authmethod) | |
Protected Member Functions | |
| init_zend_server () | |
| parse_request () | |
| send_error ($ex=null) | |
| generate_simple_struct_class (external_single_structure $structdesc) | |
SOAP service server implementation.
Definition at line 69 of file locallib.php.
| __construct | ( | $ | authmethod | ) |
Contructor
| bool | $simple | use simple authentication |
Reimplemented from webservice_server.
Definition at line 74 of file locallib.php.

| generate_simple_struct_class | ( | external_single_structure $ | structdesc | ) | [protected] |
Reimplemented from webservice_zend_server.
Definition at line 180 of file locallib.php.

| init_zend_server | ( | ) | [protected] |
Set up zend service class
Reimplemented from webservice_zend_server.
Definition at line 92 of file locallib.php.

| parse_request | ( | ) | [protected] |
This method parses the $_POST and $_GET superglobals and looks for the following information: 1/ user authentication - username+password or token (wsusername, wspassword and wstoken parameters)
Reimplemented from webservice_zend_server.
Definition at line 134 of file locallib.php.

| send_error | ( | $ | ex = null | ) | [protected] |
Send the error information to the WS client formatted as XML document.
| exception | $ex |
Reimplemented from webservice_zend_server.
Definition at line 153 of file locallib.php.
