Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/wiki/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)
 $strwikis = get_string("modulenameplural", "wiki")
 Get all required stringswiki.
 $strwiki = get_string("modulename", "wiki")
if(!$wikis=get_all_instances_in_course("wiki",
$course)) 
$usesections = course_format_uses_sections($course->format)
 Get all the appropriate data.
if($usesections) $timenow = time()
 Print the list of instances (your module will probably extend this)
 $strsectionname = get_string('sectionname', 'format_' . $course->format)
 $strname = get_string("name")
 $table = new html_table()

Variable Documentation

Definition at line 46 of file index.php.

Definition at line 37 of file index.php.

$strname = get_string("name")

Definition at line 75 of file index.php.

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

Definition at line 74 of file index.php.

$strwiki = get_string("modulename", "wiki")

Definition at line 52 of file index.php.

$strwikis = get_string("modulenameplural", "wiki")

Get all required stringswiki.

Definition at line 51 of file index.php.

$table = new html_table()

Definition at line 76 of file index.php.

if ($usesections) $timenow = time()

Print the list of instances (your module will probably extend this)

Definition at line 73 of file index.php.

if (!$wikis=get_all_instances_in_course("wiki", $course)) $usesections = course_format_uses_sections($course->format)

Get all the appropriate data.

Definition at line 66 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations