Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Interface for a list of selectable things. More...
Public Member Functions | |
description () | |
Get the description of this list. | |
item_type () | |
Get type of things in the list (gradeitem or user) | |
options () | |
Get the list of options to show. | |
select_label () | |
Get the label for the select box that chooses items for this page. | |
Interface for a list of selectable things.
gradereport_singleview\local\screen\selectable_items::description | ( | ) |
Get the description of this list.
string |
Implemented in gradereport_singleview\local\screen\grade, and gradereport_singleview\local\screen\user.
gradereport_singleview\local\screen\selectable_items::item_type | ( | ) |
Get type of things in the list (gradeitem or user)
string |
Implemented in gradereport_singleview\local\screen\grade, and gradereport_singleview\local\screen\user.
gradereport_singleview\local\screen\selectable_items::options | ( | ) |
Get the list of options to show.
array |
Implemented in gradereport_singleview\local\screen\grade, and gradereport_singleview\local\screen\user.
gradereport_singleview\local\screen\selectable_items::select_label | ( | ) |
Get the label for the select box that chooses items for this page.
string |
Implemented in gradereport_singleview\local\screen\grade, and gradereport_singleview\local\screen\user.