Class for rendering user filters on the course participants page.
More...
|
context | $context |
| $context The context where the filters are being rendered.
|
|
stdClass | $course |
| $course The course shown
|
|
string | $tableregionid |
| $tableregionid Container of the table to be updated by this filter, is used to retrieve the table
|
|
Class for rendering user filters on the course participants page.
- Copyright
- 2020 Michael Hawkins micha.nosp@m.elh@.nosp@m.moodl.nosp@m.e.co.nosp@m.m
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ export_for_template()
core_user\output\participants_filter::export_for_template |
( |
renderer_base | $output | ) |
|
Export the renderer data in a mustache template friendly format.
- Parameters
-
- Return values
-
stdClass | Data in a format compatible with a mustache template. |
Implements templatable.
◆ get_accesssince_filter()
core_user\output\participants_filter::get_accesssince_filter |
( |
| ) |
|
|
protected |
Get data for the accesssince filter.
- Return values
-
◆ get_country_filter()
core_user\output\participants_filter::get_country_filter |
( |
| ) |
|
|
protected |
Get data for the country filter.
- Return values
-
◆ get_enrolments_filter()
core_user\output\participants_filter::get_enrolments_filter |
( |
| ) |
|
|
protected |
Get data for the roles filter.
- Return values
-
◆ get_enrolmentstatus_filter()
core_user\output\participants_filter::get_enrolmentstatus_filter |
( |
| ) |
|
|
protected |
Get data for the enrolment status filter.
- Return values
-
◆ get_filter_object()
core\output\datafilter::get_filter_object |
( |
string | $name, |
|
|
string | $title, |
|
|
bool | $custom, |
|
|
bool | $multiple, |
|
|
?string | $filterclass, |
|
|
array | $values, |
|
|
bool | $allowempty = false ) |
|
protectedinherited |
Get a standardised filter object.
- Parameters
-
string | $name | |
string | $title | |
bool | $custom | |
bool | $multiple | |
string | null | $filterclass | |
array | $values | |
bool | $allowempty | |
- Return values
-
◆ get_filtertypes()
core_user\output\participants_filter::get_filtertypes |
( |
| ) |
|
|
protected |
◆ get_groups_filter()
core_user\output\participants_filter::get_groups_filter |
( |
| ) |
|
|
protected |
Get data for the groups filter.
- Return values
-
◆ get_keyword_filter()
core_user\output\participants_filter::get_keyword_filter |
( |
| ) |
|
|
protected |
Get data for the keywords filter.
- Return values
-
◆ get_roles_filter()
core_user\output\participants_filter::get_roles_filter |
( |
| ) |
|
|
protected |
Get data for the roles filter.
- Return values
-
The documentation for this class was generated from the following file:
- user/classes/output/participants_filter.php