Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
gradereport_singleview\local\ui\range Class Reference

UI element that generates a grade_item min/max range (text only). More...

Inheritance diagram for gradereport_singleview\local\ui\range:
gradereport_singleview\local\ui\attribute_format

Public Member Functions

 __construct (grade_item $item)
 Constructor.
 
 __toString ()
 Convert this to an element and then to a string.
 
 determine_format ()
 Build this UI element.
 

Detailed Description

UI element that generates a grade_item min/max range (text only).

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

Constructor & Destructor Documentation

◆ __construct()

gradereport_singleview\local\ui\range::__construct ( grade_item $item)

Constructor.

Parameters
grade_item$itemThe grade item

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\range::determine_format ( )

Build this UI element.

Return values
element

Reimplemented from gradereport_singleview\local\ui\attribute_format.


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