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


Public Member Functions | |
| __construct () | |
| get_setting () | |
| get_defaultsetting () | |
| write_setting ($data) | |
| output_html ($data, $query='') | |
Special class for overview of external services
Definition at line 7036 of file adminlib.php.
| __construct | ( | ) |
Calls parent::__construct with specific arguments
Definition at line 7041 of file adminlib.php.
Always returns true, does nothing
Reimplemented from admin_setting.
Definition at line 7061 of file adminlib.php.
| get_setting | ( | ) |
Always returns true, does nothing
Reimplemented from admin_setting.
Definition at line 7052 of file adminlib.php.
| output_html | ( | $ | data, |
| $ | query = '' |
||
| ) |
Builds the XHTML to display the control
| string | $data | Unused |
| string | $query |
One system controlling Moodle with Token
1. Enable Web Services
2. Enable protocols
3. Create user account
4. Add capability to users
5. Select a web service
6. Add functions
7. Add the specific user
8. Create token for the specific user
9. Enable the documentation
10. Test the service
Users as clients with token
1. Enable Web Services
2. Enable protocols
3. Select a web service
4. Add functions
5. Add capability to users
6. Test the service
Reimplemented from admin_setting.
Definition at line 7082 of file adminlib.php.

| write_setting | ( | $ | data | ) |
Always returns '', does not write anything
Reimplemented from admin_setting.
Definition at line 7070 of file adminlib.php.