Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/course/editcategory.php File Reference

Go to the source code of this file.

Variables

 $id = optional_param('id', 0, PARAM_INT)
 $itemid = 0
 $editoroptions
 $category = file_prepare_standard_editor($category, 'description', $editoroptions, $editorcontext, 'coursecat', 'description', $itemid)
 $mform = new editcategory_form('editcategory.php', compact('category', 'editoroptions'))

Variable Documentation

$category = file_prepare_standard_editor($category, 'description', $editoroptions, $editorcontext, 'coursecat', 'description', $itemid)

Definition at line 61 of file editcategory.php.

$editoroptions
Initial value:
 array(
    'maxfiles'  => EDITOR_UNLIMITED_FILES,
    'maxbytes'  => $CFG->maxbytes,
    'trusttext' => true,
    'context'   => $editorcontext
)

Definition at line 55 of file editcategory.php.

Definition at line 15 of file editcategory.php.

$itemid = 0

Definition at line 16 of file editcategory.php.

$mform = new editcategory_form('editcategory.php', compact('category', 'editoroptions'))

Definition at line 63 of file editcategory.php.

 All Data Structures Namespaces Files Functions Variables Enumerations