|
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 license administration.
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Definition at line 5646 of file adminlib.php.
| __construct | ( | ) |
Calls parent::__construct with specific arguments
Definition at line 5650 of file adminlib.php.
Always returns true, does nothing
Reimplemented from admin_setting.
Definition at line 5669 of file adminlib.php.
| get_setting | ( | ) |
Always returns true, does nothing
Reimplemented from admin_setting.
Definition at line 5660 of file adminlib.php.
| output_html | ( | $ | data, |
| $ | query = '' |
||
| ) |
Builds the XHTML to display the control
| string | $data | Unused |
| string | $query |
Reimplemented from admin_setting.
Definition at line 5690 of file adminlib.php.

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