Differences Between: [Versions 400 and 401] [Versions 400 and 402] [Versions 400 and 403]
(no description)
File Size: | 80 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
templates_action_bar:: (2 methods):
__construct()
export_for_template()
Class: templates_action_bar - X-Ref
Renderable class for the action bar elements in the template pages in the database activity.__construct(int $id, \url_select $urlselect, ?\single_button $saveaspresetbutton,?\single_button $exportpresetbutton) X-Ref |
The class constructor. param: int $id The database module id. param: \url_select $urlselect The URL selector object. param: \single_button|null $saveaspresetbutton The save as preset single button object or null. param: \single_button|null $exportpresetbutton The export preset single button object or null. |
export_for_template(\renderer_base $output) X-Ref |
Export the data for the mustache template. return: array param: \renderer_base $output renderer to be used to render the action bar elements. |