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

Go to the source code of this file.

Namespaces

namespace  mod
 

Local Library of functions for module scorm.


Variables

 $pageid = required_param('pageid', PARAM_INT)
 $option = optional_param('option', 0, PARAM_INT)
if(!$page=wiki_get_page($pageid))
if(!$subwiki=wiki_get_subwiki($page->
subwikiid)) if(!$cm=get_coursemodule_from_instance("wiki",
$subwiki->wikiid)) 
$course = $DB->get_record('course', array('id' => $cm->course), '*', MUST_EXIST)
 $context = get_context_instance(CONTEXT_MODULE, $cm->id)
 $wikipage = new page_wiki_map($wiki, $subwiki, $cm)
 Print page header.

Variable Documentation

Definition at line 57 of file map.php.

if (!$page=wiki_get_page($pageid)) if (!$subwiki=wiki_get_subwiki($page->subwikiid)) if (!$cm=get_coursemodule_from_instance("wiki", $subwiki->wikiid)) $course = $DB->get_record('course', array('id' => $cm->course), '*', MUST_EXIST)

Definition at line 51 of file map.php.

$option = optional_param('option', 0, PARAM_INT)

Definition at line 40 of file map.php.

Definition at line 39 of file map.php.

$wikipage = new page_wiki_map($wiki, $subwiki, $cm)

Print page header.

Finish the page

Definition at line 64 of file map.php.

 All Data Structures Namespaces Files Functions Variables Enumerations