Go to the source code of this file.
Namespaces |
| namespace | core |
Variables |
| | $id = optional_param('id', 0, PARAM_INT) |
| | $contextid = optional_param('contextid', 0, PARAM_INT) |
| | $delete = optional_param('delete', 0, PARAM_BOOL) |
| | $confirm = optional_param('confirm', 0, PARAM_BOOL) |
| | $category = null |
| | $returnurl = new moodle_url('/cohort/index.php', array('contextid'=>$context->id)) |
| | $editform = new cohort_edit_form(null, array('editoroptions'=>$editoroptions, 'data'=>$cohort)) |
| if($editform->is_cancelled()) else | if ($data=$editform->get_data()) |
Variable Documentation
| if ($editform->is_cancelled()) else if($data=$editform->get_data()) |