|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $hubselectorform = new hub_selector_form() | |
| $fromform = $hubselectorform->get_data() | |
| $selectedhuburl = optional_param('publichub', false, PARAM_URL) | |
| $unlistedhuburl = optional_param('unlistedurl', false, PARAM_TEXT) | |
| $password = optional_param('password', '', PARAM_RAW) | |
| if(!empty($unlistedhuburl)) else if(!empty($selectedhuburl)) | if (!empty($huburl) and confirm_sesskey()) |
| $fromform = $hubselectorform->get_data() |
Definition at line 36 of file hubselector.php.
| $hubselectorform = new hub_selector_form() |
Definition at line 35 of file hubselector.php.
| $password = optional_param('password', '', PARAM_RAW) |
Definition at line 42 of file hubselector.php.
| $selectedhuburl = optional_param('publichub', false, PARAM_URL) |
Definition at line 40 of file hubselector.php.
| $unlistedhuburl = optional_param('unlistedurl', false, PARAM_TEXT) |
Definition at line 41 of file hubselector.php.
| if (!empty($unlistedhuburl)) else if (!empty($selectedhuburl)) if(!empty($huburl) and confirm_sesskey()) |
Definition at line 54 of file hubselector.php.