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
| $renderer = $PAGE->get_renderer('core', 'register') |