|
Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Class containing data for list_templates page. More...
Public Member Functions | |
| __construct (string $component='', string $search='') | |
| Template page constructor. More... | |
| export_for_template (renderer_base $output) | |
| Export this data so it can be used as the context for a mustache template. More... | |
Protected Attributes | |
| string | $component |
| $component The currently selected component | |
| string | $search |
| $search The current search | |
Class containing data for list_templates page.
| tool_templatelibrary\output\list_templates_page::__construct | ( | string | $component = '', |
| string | $search = '' |
||
| ) |
Template page constructor.
| string | $component | |
| string | $search |
| tool_templatelibrary\output\list_templates_page::export_for_template | ( | renderer_base | $output | ) |
Export this data so it can be used as the context for a mustache template.
| stdClass |
Implements templatable.