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


Public Member Functions | |
| __construct ($name, $visiblename, $description, $defaultsetting=array()) | |
| load_choices () | |
Multiselect for current modules
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Definition at line 7898 of file adminlib.php.
| __construct | ( | $ | name, |
| $ | visiblename, | ||
| $ | description, | ||
| $ | defaultsetting = array() |
||
| ) |
Calls parent::__construct - note array $choices is not required
| string | $name | setting name |
| string | $visiblename | localised setting name |
| string | $description | setting description |
| array | $defaultsetting | a plain array of default module ids |
Reimplemented from admin_setting.
Definition at line 7907 of file adminlib.php.
| load_choices | ( | ) |
Loads an array of current module choices
Reimplemented from admin_setting_configselect.
Definition at line 7916 of file adminlib.php.