|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $id = required_param('id', PARAM_INT) | |
| $hubname = optional_param('hubname', 0, PARAM_TEXT) | |
| $huburl = optional_param('huburl', 0, PARAM_URL) | |
| $course = $DB->get_record('course', array('id'=>$id), '*', MUST_EXIST) | |
| $context = get_context_instance(CONTEXT_COURSE, $course->id) | |
| $shortname = format_string($course->shortname, true, array('context' => $context)) | |
| $course = $DB->get_record('course', array('id'=>$id), '*', MUST_EXIST) |
| $hubname = optional_param('hubname', 0, PARAM_TEXT) |
| $huburl = optional_param('huburl', 0, PARAM_URL) |