|
Moodle
2.2.1
http://www.collinsharper.com
|
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')) | |
| $category = file_prepare_standard_editor($category, 'description', $editoroptions, $editorcontext, 'coursecat', 'description', $itemid) |
Definition at line 61 of file editcategory.php.
| $editoroptions |
array( 'maxfiles' => EDITOR_UNLIMITED_FILES, 'maxbytes' => $CFG->maxbytes, 'trusttext' => true, 'context' => $editorcontext )
Definition at line 55 of file editcategory.php.
| $id = optional_param('id', 0, PARAM_INT) |
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.