See Release Notes
Long Term Support Release
Differences Between: [Versions 401 and 402] [Versions 401 and 403]
(no description)
File Size: | 209 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
base:: (7 methods):
__construct()
show()
display()
display_header()
get_title()
get_explanatory_description()
log()
__construct() X-Ref |
Loads common class attributes. |
show() X-Ref |
Method to list the presets available on the system It allows users to access the different preset actions (preview, load, download, delete and rollback) |
display() X-Ref |
Main display method Prints the block header and the common block outputs, the selected action outputs, his form and the footer $outputs value depends on $mode and $action selected |
display_header() X-Ref |
Displays the header |
get_title() X-Ref |
Get page title for this action. return: string The page title to display into the page. |
get_explanatory_description() X-Ref |
Get explanatory description to be displayed below the heading. It's optional and might change depending on the action and the mode. return: string|null The explanatory description for the current action and mode. |
log() X-Ref |
Trigger an event based on the current action. return: void |