Differences Between: [Versions 310 and 400] [Versions 311 and 400] [Versions 39 and 400] [Versions 400 and 401] [Versions 400 and 402] [Versions 400 and 403]
UI element representing the finalgrade column.
Copyright: | 2014 Moodle Pty Ltd (http://moodle.com) |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 182 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
finalgrade:: (5 methods):
get_value()
get_label()
is_disabled()
determine_format()
set()
Class: finalgrade - X-Ref
UI element representing the finalgrade column.get_value() X-Ref |
Get the value for this input. return: string The value based on the grade_grade. |
get_label() X-Ref |
Get the label for this input. return: string The label for this form input. |
is_disabled() X-Ref |
Is this input field disabled. return: bool Set disabled on this input or not. |
determine_format() X-Ref |
Create the element for this column. return: element |
set($value) X-Ref |
Save the altered value for this field. return: string Any error string param: string $value The new value. |