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


Public Member Functions | |
| __construct () | |
| get_setting () | |
| write_setting ($data) | |
| output_html ($data, $query='') | |
Special text editor for site description.
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Definition at line 3291 of file adminlib.php.
| __construct | ( | ) |
Calls parent::__construct with specific arguments
Definition at line 3295 of file adminlib.php.

| get_setting | ( | ) |
Return the current setting
Reimplemented from admin_setting.
Definition at line 3304 of file adminlib.php.

| output_html | ( | $ | data, |
| $ | query = '' |
||
| ) |
Returns XHTML for the field plus wrapping div
| string | $data | The current value |
| string | $query |
Reimplemented from admin_setting.
Definition at line 3332 of file adminlib.php.

| write_setting | ( | $ | data | ) |
Save the new setting
| string | $data | The new value to save |
Reimplemented from admin_setting.
Definition at line 3315 of file adminlib.php.