| 
    Moodle APIs 3.9
    
   Moodle 3.9.13+ (Build: 20220325) 
   | 
 
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\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.