Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
mod_forum\output\forum_actionbar Class Reference
Inheritance diagram for mod_forum\output\forum_actionbar:
renderable templatable

Public Member Functions

 __construct (forum_entity $forum, stdClass $course, ?int $groupid, string $search)
 forum_actionbar constructor.
 
 export_for_template (renderer_base $output)
 Data for the template.
 

Constructor & Destructor Documentation

◆ __construct()

mod_forum\output\forum_actionbar::__construct ( forum_entity $forum,
stdClass $course,
?int $groupid,
string $search )

forum_actionbar constructor.

Parameters
forum_entity$forumThe forum object.
stdClass$courseThe course object.
int | null$groupidThe group id.
string$searchThe search string.

Member Function Documentation

◆ export_for_template()

mod_forum\output\forum_actionbar::export_for_template ( renderer_base $output)

Data for the template.

Parameters
renderer_base$outputThe render_base object.
Return values
arraydata for the template

Implements templatable.


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