|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $section = required_param('section', PARAM_SAFEDIR) | |
| $return = optional_param('return','', PARAM_ALPHA) | |
| $adminediting = optional_param('adminedit', -1, PARAM_BOOL) | |
| $adminroot = admin_get_root() | |
| $settingspage = $adminroot->locate($section, true) | |
| if(empty($settingspage) or!($settingspage instanceof admin_settingpage)) if(!($settingspage-> check_access())) | $statusmsg = '' |
| WRITING SUBMITTED DATA (IF ANY) -------------------------------------------------------------------------------. | |
| $errormsg = '' | |
| $focus = '' | |
| $adminediting = optional_param('adminedit', -1, PARAM_BOOL) |
Definition at line 8 of file settings.php.
| $adminroot = admin_get_root() |
Definition at line 18 of file settings.php.
| $errormsg = '' |
Definition at line 34 of file settings.php.
| $focus = '' |
Definition at line 35 of file settings.php.
| $return = optional_param('return','', PARAM_ALPHA) |
Definition at line 7 of file settings.php.
| $section = required_param('section', PARAM_SAFEDIR) |
Definition at line 6 of file settings.php.
| $settingspage = $adminroot->locate($section, true) |
Definition at line 19 of file settings.php.
| if (empty($settingspage) or!($settingspage instanceof admin_settingpage)) if (!($settingspage->check_access())) $statusmsg = '' |
WRITING SUBMITTED DATA (IF ANY) -------------------------------------------------------------------------------.
Definition at line 33 of file settings.php.