|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Variables | |
| $action = required_param('action', PARAM_ACTION) | |
| $enrol = required_param('enrol', PARAM_PLUGIN) | |
| $confirm = optional_param('confirm', 0, PARAM_BOOL) | |
| $enabled = enrol_get_plugins(true) | |
| $all = enrol_get_plugins(false) | |
| $return = new moodle_url('/admin/settings.php', array('section'=>'manageenrols')) | |
| $syscontext = context_system::instance() | |
| $action = required_param('action', PARAM_ACTION) |
| $all = enrol_get_plugins(false) |
| $confirm = optional_param('confirm', 0, PARAM_BOOL) |
| $enabled = enrol_get_plugins(true) |
| $enrol = required_param('enrol', PARAM_PLUGIN) |
| $return = new moodle_url('/admin/settings.php', array('section'=>'manageenrols')) |
| $syscontext = context_system::instance() |