See Release Notes
Long Term Support Release
Differences Between: [Versions 401 and 402] [Versions 401 and 403]
(no description)
File Size: | 105 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
standard_action_bar:: (3 methods):
__construct()
get_template()
export_for_template()
Class: standard_action_bar - X-Ref
Class standard_action_bar - Display the action bar__construct(moodle_page $page, int $type, bool $showmanage = true,$showaddbadge = true, ?moodle_url $backurl = null) X-Ref |
standard_action_bar constructor param: moodle_page $page The page object param: int $type The type of badge we are operating with param: bool $showmanage Whether or not to show the manage badges button param: bool $showaddbadge Whether or not to show the add badges button param: moodle_url|null $backurl The backurl to be used |
get_template() X-Ref |
The template that this tertiary nav should use. return: string |
export_for_template(renderer_base $output) X-Ref |
Export the action bar param: renderer_base $output return: array The buttons to be rendered |