Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/lti/launch.php File Reference

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)
 $cm = get_coursemodule_from_id('lti', $id, 0, false, MUST_EXIST)
 $lti = $DB->get_record('lti', array('id' => $cm->instance), '*', MUST_EXIST)
 $course = $DB->get_record('course', array('id' => $cm->course), '*', MUST_EXIST)
$lti cmid = $cm->id

Variable Documentation

$cm = get_coursemodule_from_id('lti', $id, 0, false, MUST_EXIST)

Definition at line 56 of file launch.php.

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

Definition at line 58 of file launch.php.

Definition at line 54 of file launch.php.

$lti = $DB->get_record('lti', array('id' => $cm->instance), '*', MUST_EXIST)

Definition at line 57 of file launch.php.

$lti cmid = $cm->id

Definition at line 64 of file launch.php.

 All Data Structures Namespaces Files Functions Variables Enumerations