|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $url = optional_param('url', '', PARAM_URL) | |
| $hubname = optional_param('hubname', '', PARAM_TEXT) | |
| $token = optional_param('token', '', PARAM_TEXT) | |
| $registrationmanager = new registration_manager() | |
| $registeredhub = $registrationmanager->get_unconfirmedhub($url) | |
| $hubname = optional_param('hubname', '', PARAM_TEXT) |
Definition at line 39 of file renewregistration.php.
| $registeredhub = $registrationmanager->get_unconfirmedhub($url) |
Definition at line 46 of file renewregistration.php.
| $registrationmanager = new registration_manager() |
Definition at line 45 of file renewregistration.php.
| $token = optional_param('token', '', PARAM_TEXT) |
Definition at line 40 of file renewregistration.php.
| $url = optional_param('url', '', PARAM_URL) |
Definition at line 38 of file renewregistration.php.