|
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 = optional_param('id', 0, PARAM_INT) | |
| $l = optional_param('l', 0, PARAM_INT) | |
| $tool = lti_get_tool_by_url_match($lti->toolurl) | |
| $context = get_context_instance(CONTEXT_MODULE, $cm->id) | |
| $url = new moodle_url('/mod/lti/view.php', array('id'=>$cm->id)) | |
| $launchcontainer = lti_get_launch_container($lti, $toolconfig) | |
| $pagetitle = strip_tags($course->shortname.': '.format_string($lti->name)) | |
| $l = optional_param('l', 0, PARAM_INT) |
| $launchcontainer = lti_get_launch_container($lti, $toolconfig) |
| $pagetitle = strip_tags($course->shortname.': '.format_string($lti->name)) |
| $tool = lti_get_tool_by_url_match($lti->toolurl) |