Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
|
Quick search form renderable class. More...
Public Member Functions | |
__construct ($courseid, $query='') | |
Constructor. | |
export_for_template (renderer_base $output) | |
Protected Attributes | |
moodle_url | $actionurl |
The form action URL. | |
int | $courseid |
The course ID. | |
help_icon | $helpicon |
The help icon. | |
string | $query |
Current query. | |
Quick search form renderable class.
mod_forum\output\quick_search_form::__construct | ( | $courseid, | |
$query = '' ) |
Constructor.
int | $courseid | The course ID. |
string | $query | The current query. |