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


Public Member Functions | |
| output_html ($data, $query='') | |
| get_setting () | |
| write_setting ($data) | |
Special checkbox for enable mobile web service If enable then we store the service id of the mobile service into config table If disable then we unstore the service id from the config table
Definition at line 6595 of file adminlib.php.
| get_setting | ( | ) |
Retrieves the current setting using the objects name
Reimplemented from admin_setting_configcheckbox.
Definition at line 6670 of file adminlib.php.

| output_html | ( | $ | data, |
| $ | query = '' |
||
| ) |
Builds XHTML to display the control. The main purpose of this overloading is to display a warning when https is not supported by the server
| string | $data | Unused |
| string | $query |
Reimplemented from admin_setting_configcheckbox.
Definition at line 6647 of file adminlib.php.
| write_setting | ( | $ | data | ) |
Save the selected setting
| string | $data | The selected site |
Reimplemented from admin_setting_configcheckbox.
Definition at line 6695 of file adminlib.php.
