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

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

Variable Documentation

$buttons = false

Definition at line 214 of file category.php.

Definition at line 38 of file category.php.

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.

Definition at line 24 of file category.php.

if ($mform->is_cancelled()) else if ($data=$mform->get_data(false)) $return = false

CATEGORY

GRADE ITEM

Definition at line 213 of file category.php.

$returnurl = $gpr->get_return_url('index.php?id='.$course->id)

Definition at line 43 of file category.php.

$shownavigation = false

Definition at line 215 of file category.php.

$url = new moodle_url('/grade/edit/tree/category.php', array('courseid'=>$courseid))

Definition at line 26 of file category.php.

die

Definition at line 220 of file category.php.

 All Data Structures Namespaces Files Functions Variables Enumerations