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


Public Member Functions | |
| __construct ($name, $visiblename, $description, $defaultsetting, $includeall=false) | |
| load_choices () | |
Protected Attributes | |
| $includeall | |
Selection of one of the recognised countries using the list returned by get_list_of_countries().
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Definition at line 3595 of file adminlib.php.
| __construct | ( | $ | name, |
| $ | visiblename, | ||
| $ | description, | ||
| $ | defaultsetting, | ||
| $ | choices = false |
||
| ) |
Constructor
| string | $name | unique ascii name, either 'mysetting' for settings that in config, or 'myplugin/mysetting' for ones in config_plugins. |
| string | $visiblename | localised |
| string | $description | long localised info |
| string | int | $defaultsetting | |
| array | $choices | array of $value=>$label for each selection |
Reimplemented from admin_setting_configselect.
Definition at line 3597 of file adminlib.php.
| load_choices | ( | ) |
Lazy-load the available choices for the select box
Reimplemented from admin_setting_configselect.
Definition at line 3605 of file adminlib.php.

$includeall [protected] |
Definition at line 3596 of file adminlib.php.