|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $courseid = required_param('courseid', PARAM_INT) | |
| $id = optional_param('id', 0, PARAM_INT) | |
| $url = new moodle_url('/grade/edit/tree/category.php', array('courseid'=>$courseid)) | |
| $context = get_context_instance(CONTEXT_COURSE, $course->id) | |
| $gpr = new grade_plugin_return() | |
| $returnurl = $gpr->get_return_url('index.php?id='.$course->id) | |
| $heading = get_string('categoryedit', 'grades') | |
| if($mform->is_cancelled()) else if($data=$mform->get_data(false)) | $return = false |
| $buttons = false | |
| $shownavigation = false | |
| die | |
| $buttons = false |
Definition at line 214 of file category.php.
Definition at line 38 of file category.php.
| $courseid = required_param('courseid', PARAM_INT) |
Definition at line 23 of file category.php.
| $gpr = new grade_plugin_return() |
Definition at line 42 of file category.php.
| $heading = get_string('categoryedit', 'grades') |
Definition at line 46 of file category.php.
| $id = optional_param('id', 0, PARAM_INT) |
Definition at line 24 of file category.php.
Definition at line 43 of file category.php.
| $shownavigation = false |
Definition at line 215 of file category.php.
Definition at line 26 of file category.php.
Definition at line 220 of file category.php.