|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | mod |
Local Library of functions for module scorm. | |
Variables | |
| $id = required_param('id', PARAM_INT) | |
| $tool = required_param('tool', PARAM_ALPHA) | |
| $cm = get_coursemodule_from_id('workshop', $id, 0, false, MUST_EXIST) | |
| $course = $DB->get_record('course', array('id' => $cm->course), '*', MUST_EXIST) | |
| $workshop = $DB->get_record('workshop', array('id' => $cm->instance), '*', MUST_EXIST) | |
| $cm = get_coursemodule_from_id('workshop', $id, 0, false, MUST_EXIST) |
Definition at line 33 of file toolbox.php.
| $course = $DB->get_record('course', array('id' => $cm->course), '*', MUST_EXIST) |
Definition at line 34 of file toolbox.php.
| $id = required_param('id', PARAM_INT) |
Definition at line 30 of file toolbox.php.
| $tool = required_param('tool', PARAM_ALPHA) |
Definition at line 31 of file toolbox.php.
| $workshop = $DB->get_record('workshop', array('id' => $cm->instance), '*', MUST_EXIST) |
Definition at line 35 of file toolbox.php.