Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/wiki/editcomments.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)
 $action = optional_param('action', '', PARAM_ACTION)
 $commentid = optional_param('commentid', 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)
 $editcomments = new page_wiki_editcomment($wiki, $subwiki, $cm)
 $comment = new stdClass()

Variable Documentation

Definition at line 39 of file editcomments.php.

$comment = new stdClass()

Definition at line 58 of file editcomments.php.

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

Definition at line 40 of file editcomments.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 editcomments.php.

$editcomments = new page_wiki_editcomment($wiki, $subwiki, $cm)

Definition at line 57 of file editcomments.php.

Definition at line 38 of file editcomments.php.

 All Data Structures Namespaces Files Functions Variables Enumerations