|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | moodlecore |
Variables | |
| $courseid = optional_param('courseid', 0, PARAM_INT) | |
| $id = optional_param('id', 0, PARAM_INT) | |
| $url = new moodle_url('/grade/edit/outcome/edit.php') | |
| $systemcontext = get_context_instance(CONTEXT_SYSTEM) | |
| $heading = null | |
| $returnurl = $gpr->get_return_url('index.php?id='.$courseid) | |
| $editoroptions | |
| $editoroptions |
array( 'maxfiles' => EDITOR_UNLIMITED_FILES, 'maxbytes' => $CFG->maxbytes, 'trusttext' => false, 'noclean' => true, 'context' => $systemcontext )
| $systemcontext = get_context_instance(CONTEXT_SYSTEM) |
| $url = new moodle_url('/grade/edit/outcome/edit.php') |