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

Go to the source code of this file.

Variables

 $renderer = $PAGE->get_renderer('core', 'register')
 $unregistration = optional_param('unregistration', 0, PARAM_INT)
 $cleanregdata = optional_param('cleanregdata', 0, PARAM_BOOL)
 $confirm = optional_param('confirm', 0, PARAM_INT)
 $huburl = optional_param('huburl', '', PARAM_URL)
 $cancel = optional_param('cancel', null, PARAM_ALPHA)
 $registrationmanager = new registration_manager()
 $publicationmanager = new course_publish_manager()
 $errormessage = ''
 if (empty($cancel) and $unregistration and $confirm and confirm_sesskey())

Variable Documentation

Definition at line 45 of file index.php.

$cleanregdata = optional_param('cleanregdata', 0, PARAM_BOOL)

Definition at line 42 of file index.php.

Definition at line 43 of file index.php.

$errormessage = ''

Definition at line 49 of file index.php.

$huburl = optional_param('huburl', '', PARAM_URL)

Definition at line 44 of file index.php.

$publicationmanager = new course_publish_manager()

Definition at line 48 of file index.php.

$registrationmanager = new registration_manager()

Definition at line 47 of file index.php.

$renderer = $PAGE->get_renderer('core', 'register')

Definition at line 39 of file index.php.

$unregistration = optional_param('unregistration', 0, PARAM_INT)

Definition at line 41 of file index.php.

if(empty($cancel) and $unregistration and $confirm and confirm_sesskey())

Definition at line 50 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations