Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
mod_forum\output\quick_search_form Class Reference

Quick search form renderable class. More...

Inheritance diagram for mod_forum\output\quick_search_form:

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.
 

Detailed Description

Quick search form renderable class.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

mod_forum\output\quick_search_form::__construct ( $courseid,
$query = '' )

Constructor.

Parameters
int$courseidThe course ID.
string$queryThe current query.

The documentation for this class was generated from the following file: