|
Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Output the rendered elements for the tertiary nav for page action. More...
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. | |
Output the rendered elements for the tertiary nav for page action.
| mod_workshop\output\actionbar::__construct | ( | moodle_url | $currenturl, |
| workshop | $workshop ) |
actionbar constructor.
| moodle_url | $currenturl | The current URL. |
| workshop | $workshop | The workshop object. |
| 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.
| renderer_base | $output |
| array | The urlselect menu and the heading to be used |
Implements templatable.