|
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 | |
| $courseid = required_param('course', PARAM_INT) | |
| $instanceid = required_param('instanceid', PARAM_INT) | |
| $errormsg = optional_param('lti_errormsg', '', PARAM_RAW) | |
| $unsigned = optional_param('unsigned', '0', PARAM_INT) | |
| $launchcontainer = optional_param('launch_container', LTI_LAUNCH_CONTAINER_WINDOW, PARAM_INT) | |
| $course = $DB->get_record('course', array('id' => $courseid)) | |
Definition at line 39 of file return.php.
| $courseid = required_param('course', PARAM_INT) |
Definition at line 31 of file return.php.
| $errormsg = optional_param('lti_errormsg', '', PARAM_RAW) |
Definition at line 34 of file return.php.
Definition at line 32 of file return.php.
| $launchcontainer = optional_param('launch_container', LTI_LAUNCH_CONTAINER_WINDOW, PARAM_INT) |
Definition at line 37 of file return.php.
| $unsigned = optional_param('unsigned', '0', PARAM_INT) |
Definition at line 35 of file return.php.