Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
mod_workshop\output\actionbar Class Reference

Output the rendered elements for the tertiary nav for page action. More...

Inheritance diagram for mod_workshop\output\actionbar:

Public Member Functions

 __construct (moodle_url $currenturl, workshop $workshop)
 actionbar constructor.
 
 export_for_template (renderer_base $output)
 Export the data so it can be used as the context for a mustache template.
 

Detailed Description

Output the rendered elements for the tertiary nav for page action.

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

Constructor & Destructor Documentation

◆ __construct()

mod_workshop\output\actionbar::__construct ( moodle_url $currenturl,
workshop $workshop )

actionbar constructor.

Parameters
moodle_url$currenturlThe current URL.
workshop$workshopThe workshop object.

Member Function Documentation

◆ export_for_template()

mod_workshop\output\actionbar::export_for_template ( renderer_base $output)

Export the data so it can be used as the context for a mustache template.

Parameters
renderer_base$output
Return values
arrayThe urlselect menu and the heading to be used

Implements templatable.


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