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


Public Member Functions | |
| __construct ($name, $heading, $information) | |
| get_setting () | |
| get_defaultsetting () | |
| write_setting ($data) | |
| output_html ($data, $query='') | |
No setting - just heading and text.
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Definition at line 1649 of file adminlib.php.
| __construct | ( | $ | name, |
| $ | heading, | ||
| $ | information | ||
| ) |
not a setting, just text
| string | $name | unique ascii name, either 'mysetting' for settings that in config, or 'myplugin/mysetting' for ones in config_plugins. |
| string | $heading | heading |
| string | $information | text in box |
Definition at line 1657 of file adminlib.php.
Always returns true
Reimplemented from admin_setting.
Definition at line 1674 of file adminlib.php.
| get_setting | ( | ) |
Always returns true
Reimplemented from admin_setting.
Definition at line 1666 of file adminlib.php.
| output_html | ( | $ | data, |
| $ | query = '' |
||
| ) |
Returns an HTML string
Reimplemented from admin_setting.
Definition at line 1691 of file adminlib.php.

| write_setting | ( | $ | data | ) |
Never write settings
Reimplemented from admin_setting.
Definition at line 1682 of file adminlib.php.