Moodle  2.2.1
http://www.collinsharper.com
admin_setting_enablemobileservice Class Reference
Inheritance diagram for admin_setting_enablemobileservice:
Collaboration diagram for admin_setting_enablemobileservice:

Public Member Functions

 output_html ($data, $query='')
 get_setting ()
 write_setting ($data)

Detailed Description

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.


Member Function Documentation

Retrieves the current setting using the objects name

Returns:
string

Reimplemented from admin_setting_configcheckbox.

Definition at line 6670 of file adminlib.php.

Here is the call graph for this function:

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

Parameters:
string$dataUnused
string$query
Returns:
string XHTML

Reimplemented from admin_setting_configcheckbox.

Definition at line 6647 of file adminlib.php.

write_setting ( data)

Save the selected setting

Parameters:
string$dataThe selected site
Returns:
string empty string or error message

Reimplemented from admin_setting_configcheckbox.

Definition at line 6695 of file adminlib.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations