Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
mod_wiki\output\action_bar Class Reference
Inheritance diagram for mod_wiki\output\action_bar:

Public Member Functions

 __construct (int $pageid, moodle_url $pageurl, bool $displayprint=false)
 The class constructor.
 
 export_for_template (\renderer_base $output)
 Export the data for the mustache template.
 

Constructor & Destructor Documentation

◆ __construct()

mod_wiki\output\action_bar::__construct ( int $pageid,
moodle_url $pageurl,
bool $displayprint = false )

The class constructor.

Parameters
int$pageidThe wiki page id.
moodle_url$pageurlThe URL of the current page.
bool$displayprintWhether to display print wiki button.

Member Function Documentation

◆ export_for_template()

mod_wiki\output\action_bar::export_for_template ( \renderer_base $output)

Export the data for the mustache template.

Parameters
renderer_base$outputrenderer to be used to render the action bar elements.
Return values
array

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