Class containing the filter options data for rendering the autocomplete element for the data requests page.
More...
|
| __construct ($filteroptions, $selectedoptions, $baseurl=null) |
| request_filter constructor.
|
|
| export_for_template (renderer_base $output) |
| Function to export the renderer data in a format that is suitable for a mustache template.
|
|
|
moodle_url string | $baseurl |
| $baseurl The url with params needed to call up this page.
|
|
array | $filteroptions |
| $filteroptions The filter options.
|
|
array | $selectedoptions |
| $selectedoptions The list of selected filter option values.
|
|
Class containing the filter options data for rendering the autocomplete element for the data requests page.
- Copyright
- 2018 Jun Pataleta
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
tool_dataprivacy\output\request_filter::__construct |
( |
| $filteroptions, |
|
|
| $selectedoptions, |
|
|
| $baseurl = null ) |
request_filter constructor.
- Parameters
-
array | $filteroptions | The filter options. |
array | $selectedoptions | The list of selected filter option values. |
string | moodle_url | $baseurl | The url with params needed to call up this page. |
◆ export_for_template()
tool_dataprivacy\output\request_filter::export_for_template |
( |
renderer_base | $output | ) |
|
Function to export the renderer data in a format that is suitable for a mustache template.
- Parameters
-
renderer_base | $output | Used to do a final render of any components that need to be rendered for export. |
- Return values
-
Implements templatable.
The documentation for this class was generated from the following file:
- admin/tool/dataprivacy/classes/output/request_filter.php