|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $newtoken = optional_param('newtoken', '', PARAM_ALPHANUM) | |
| $url = optional_param('url', '', PARAM_URL) | |
| $hubname = optional_param('hubname', '', PARAM_TEXT) | |
| $token = optional_param('token', '', PARAM_TEXT) | |
| $error = optional_param('error', '', PARAM_ALPHANUM) | |
| if(!empty($error) and $error== 'urlalreadyexist') | $registrationmanager = new registration_manager() |
| $registeredhub = $registrationmanager->get_unconfirmedhub($url) | |
| $error = optional_param('error', '', PARAM_ALPHANUM) |
Definition at line 45 of file confirmregistration.php.
| $hubname = optional_param('hubname', '', PARAM_TEXT) |
Definition at line 43 of file confirmregistration.php.
| $newtoken = optional_param('newtoken', '', PARAM_ALPHANUM) |
Definition at line 41 of file confirmregistration.php.
| $registeredhub = $registrationmanager->get_unconfirmedhub($url) |
Definition at line 56 of file confirmregistration.php.
| if (!empty($error) and $error== 'urlalreadyexist') $registrationmanager = new registration_manager() |
Definition at line 55 of file confirmregistration.php.
| $token = optional_param('token', '', PARAM_TEXT) |
Definition at line 44 of file confirmregistration.php.
| $url = optional_param('url', '', PARAM_URL) |
Definition at line 42 of file confirmregistration.php.