|
Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Interface for a list of selectable things. More...
Public Member Functions | |
| description () | |
| Get the description of this list. More... | |
| item_type () | |
| Get type of things in the list (gradeitem or user) More... | |
| options () | |
| Get the list of options to show. More... | |
| select_label () | |
| Get the label for the select box that chooses items for this page. More... | |
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\user, and gradereport_singleview\local\screen\grade.
| 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\user, and gradereport_singleview\local\screen\grade.
| gradereport_singleview\local\screen\selectable_items::options | ( | ) |
Get the list of options to show.
| array |
Implemented in gradereport_singleview\local\screen\user, and gradereport_singleview\local\screen\grade.
| 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\user, and gradereport_singleview\local\screen\grade.