Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/data/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)
 $context = get_context_instance(CONTEXT_COURSE, $course->id)
 $strsectionname = get_string('sectionname', 'format_'.$course->format)
 $strname = get_string('name')
 $strdata = get_string('modulename','data')
 $strdataplural = get_string('modulenameplural','data')
if(!$datas=get_all_instances_in_course("data",
$course)) 
$usesections = course_format_uses_sections($course->format)
if($usesections) $timenow = time()
 $strdescription = get_string("description")
 $strentries = get_string('entries', 'data')
 $strnumnotapproved = get_string('numnotapproved', 'data')
 $table = new html_table()
if($rss) $options = new stdClass()
$options noclean = true
 $currentsection = ""
 foreach ($datas as $data)

Variable Documentation

Definition at line 40 of file index.php.

$currentsection = ""

Definition at line 90 of file index.php.

Definition at line 29 of file index.php.

if ($rss) $options = new stdClass()

Definition at line 87 of file index.php.

$strdata = get_string('modulename','data')

Definition at line 46 of file index.php.

$strdataplural = get_string('modulenameplural','data')

Definition at line 47 of file index.php.

$strdescription = get_string("description")

Definition at line 65 of file index.php.

$strentries = get_string('entries', 'data')

Definition at line 66 of file index.php.

$strname = get_string('name')

Definition at line 45 of file index.php.

$strnumnotapproved = get_string('numnotapproved', 'data')

Definition at line 67 of file index.php.

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

Definition at line 44 of file index.php.

$table = new html_table()

Definition at line 69 of file index.php.

if ($usesections) $timenow = time()

Definition at line 63 of file index.php.

if (!$datas=get_all_instances_in_course("data", $course)) $usesections = course_format_uses_sections($course->format)

Definition at line 58 of file index.php.

foreach($datas as $data)

Definition at line 92 of file index.php.

$options noclean = true

Definition at line 88 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations