Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/course/publish/index.php File Reference

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))

Variable Documentation

Definition at line 40 of file index.php.

$course = $DB->get_record('course', array('id'=>$id), '*', MUST_EXIST)

Definition at line 37 of file index.php.

$hubname = optional_param('hubname', 0, PARAM_TEXT)

Definition at line 34 of file index.php.

$huburl = optional_param('huburl', 0, PARAM_URL)

Definition at line 35 of file index.php.

Definition at line 33 of file index.php.

read string $shortname = format_string($course->shortname, true, array('context' => $context))

Definition at line 41 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations