Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/enrol.php File Reference

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()

Variable Documentation

Definition at line 29 of file enrol.php.

$all = enrol_get_plugins(false)

Definition at line 41 of file enrol.php.

Definition at line 31 of file enrol.php.

$enabled = enrol_get_plugins(true)

Definition at line 40 of file enrol.php.

$enrol = required_param('enrol', PARAM_PLUGIN)

Definition at line 30 of file enrol.php.

$return = new moodle_url('/admin/settings.php', array('section'=>'manageenrols'))

Definition at line 43 of file enrol.php.

$syscontext = context_system::instance()

Definition at line 45 of file enrol.php.

 All Data Structures Namespaces Files Functions Variables Enumerations