Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
gradereport_singleview\local\ui\attribute_format Class Reference

Class that builds an element tree that can be converted to a string. More...

Inheritance diagram for gradereport_singleview\local\ui\attribute_format:
gradereport_singleview\local\ui\grade_attribute_format gradereport_singleview\local\ui\range gradereport_singleview\local\ui\exclude gradereport_singleview\local\ui\feedback gradereport_singleview\local\ui\finalgrade gradereport_singleview\local\ui\override

Public Member Functions

 __toString ()
 Convert this to an element and then to a string.
 
 determine_format ()
 Used to convert this class to an "element" which can be converted to a string.
 

Detailed Description

Class that builds an element tree that can be converted to a string.

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

Member Function Documentation

◆ __toString()

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

Convert this to an element and then to a string.

Return values
string

◆ determine_format()

gradereport_singleview\local\ui\attribute_format::determine_format ( )
abstract

Used to convert this class to an "element" which can be converted to a string.

Return values
element

Reimplemented in gradereport_singleview\local\ui\exclude, gradereport_singleview\local\ui\feedback, gradereport_singleview\local\ui\finalgrade, gradereport_singleview\local\ui\override, and gradereport_singleview\local\ui\range.


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