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

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

$category = null

Definition at line 40 of file edit.php.

Definition at line 36 of file edit.php.

Definition at line 34 of file edit.php.

Definition at line 35 of file edit.php.

$editform = new cohort_edit_form(null, array('editoroptions'=>$editoroptions, 'data'=>$cohort))

Definition at line 114 of file edit.php.

Definition at line 33 of file edit.php.

$returnurl = new moodle_url('/cohort/index.php', array('contextid'=>$context->id))

Definition at line 58 of file edit.php.

if ($editform->is_cancelled()) else if($data=$editform->get_data())

Definition at line 119 of file edit.php.

 All Data Structures Namespaces Files Functions Variables Enumerations