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


Public Member Functions | |
| __construct () | |
| get_setting () | |
| write_setting ($data) | |
| output_html ($data, $query='') | |
Special admin control
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Definition at line 3744 of file adminlib.php.
| __construct | ( | ) |
Calls parent::__construct with specific arguments
Definition at line 3748 of file adminlib.php.
| get_setting | ( | ) |
Gets the current settings as an array
Reimplemented from admin_setting.
Definition at line 3761 of file adminlib.php.

| output_html | ( | $ | data, |
| $ | query = '' |
||
| ) |
Return XHTML to display the control
| array | $data | array of selected days |
| string | $query |
Reimplemented from admin_setting.
Definition at line 3803 of file adminlib.php.

| write_setting | ( | $ | data | ) |
Save the new settings
| array | $data | Array of new settings |
Reimplemented from admin_setting.
Definition at line 3784 of file adminlib.php.
