Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
|
Search form renderable class. More...
Public Member Functions | |
__construct ($courseid) | |
Constructor. | |
export_for_template (renderer_base $output) | |
Function to export the renderer data in a format that is suitable for a mustache template. | |
Protected Attributes | |
moodle_url | $actionurl |
The form action URL. | |
int | $courseid |
The course ID. | |
help_icon | $helpicon |
The help icon. | |
Search form renderable class.
block_search_forums\output\search_form::__construct | ( | $courseid | ) |
Constructor.
int | $courseid | The course ID. |
block_search_forums\output\search_form::export_for_template | ( | renderer_base | $output | ) |
Function to export the renderer data in a format that is suitable for a mustache template.
This means:
renderer_base | $output | Used to do a final render of any components that need to be rendered for export. |
stdClass|array |
Implements templatable.