Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/lti/index.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)
 $course = $DB->get_record('course', array('id'=>$id), '*', MUST_EXIST)
 $pagetitle = strip_tags($course->shortname.': '.get_string("modulenamepluralformatted", "lti"))
if(!$basicltis=get_all_instances_in_course("lti",
$course)) 
$timenow = time()
 $strname = get_string("name")
 $strsectionname = get_string('sectionname', 'format_'.$course->format)
 $usesections = course_format_uses_sections($course->format)
if($usesections) $table = new html_table()
$table attributes ['class'] = 'generaltable mod_index'

Variable Documentation

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

Definition at line 54 of file index.php.

Definition at line 52 of file index.php.

$pagetitle = strip_tags($course->shortname.': '.get_string("modulenamepluralformatted", "lti"))

Definition at line 62 of file index.php.

$strname = get_string("name")

Definition at line 79 of file index.php.

$strsectionname = get_string('sectionname', 'format_'.$course->format)

Definition at line 80 of file index.php.

if ($usesections) $table = new html_table()

Definition at line 86 of file index.php.

if (!$basicltis=get_all_instances_in_course("lti", $course)) $timenow = time()

Definition at line 78 of file index.php.

Definition at line 81 of file index.php.

$table attributes['class'] = 'generaltable mod_index'

Definition at line 87 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations