Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Public Attributes | List of all members
gradereport_singleview\local\ui\finalgrade Class Reference

UI element representing the finalgrade column. More...

Inheritance diagram for gradereport_singleview\local\ui\finalgrade:
gradereport_singleview\local\ui\grade_attribute_format gradereport_singleview\local\ui\unique_value gradereport_singleview\local\ui\be_disabled gradereport_singleview\local\ui\attribute_format gradereport_singleview\local\ui\unique_name

Public Member Functions

 __toString ()
 Convert this to an element and then to a string. More...
 
 determine_format ()
 Create the element for this column. More...
 
 get_label ()
 Get the label for this input. More...
 
 get_name ()
 Get a unique name for this form input. More...
 
 get_value ()
 Get the value for this input. More...
 
 is_disabled ()
 Is this input field disabled. More...
 
 set ($value)
 Save the altered value for this field. More...
 

Public Attributes

grade_grade $grade
 $grade The grade_grade of the input
 
string $label
 $label The label of the input
 
string $name = 'finalgrade'
 $name Name of this input
 

Detailed Description

UI element representing the finalgrade column.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ __toString()

gradereport_singleview\local\ui\attribute_format::__toString ( )
inherited

Convert this to an element and then to a string.

Return values
string

◆ determine_format()

gradereport_singleview\local\ui\finalgrade::determine_format ( )

Create the element for this column.

Return values
element

Reimplemented from gradereport_singleview\local\ui\attribute_format.

◆ get_label()

gradereport_singleview\local\ui\finalgrade::get_label ( )

Get the label for this input.

Return values
stringThe label for this form input.

◆ get_name()

gradereport_singleview\local\ui\grade_attribute_format::get_name ( )
inherited

Get a unique name for this form input.

Return values
stringThe form input name attribute.

Implements gradereport_singleview\local\ui\unique_name.

◆ get_value()

gradereport_singleview\local\ui\finalgrade::get_value ( )

Get the value for this input.

Return values
stringThe value based on the grade_grade.

Implements gradereport_singleview\local\ui\unique_value.

◆ is_disabled()

gradereport_singleview\local\ui\finalgrade::is_disabled ( )

Is this input field disabled.

Return values
boolSet disabled on this input or not.

Implements gradereport_singleview\local\ui\be_disabled.

◆ set()

gradereport_singleview\local\ui\finalgrade::set (   $value)

Save the altered value for this field.

Parameters
string$valueThe new value.
Return values
stringAny error string

Reimplemented from gradereport_singleview\local\ui\grade_attribute_format.


The documentation for this class was generated from the following file: