\PostinstallToolbar
The Toolbar class renders the component title area and the toolbar.
Synopsis
class PostinstallToolbar
extends FOFToolbar
{
- // Inherited members from FOFToolbar
- protected $config;
- protected $input;
- public $perms;
- protected $linkbar;
- protected bool $renderFrontendSubmenu;
- protected bool $renderFrontendButtons;
- // methods
- public void onMessages()
- // Inherited methods from FOFToolbar
- public static FOFToolbar getAnInstance()
- public void __construct()
- public void renderToolbar()
- public void onCpanelsBrowse()
- public void onBrowse()
- public void onRead()
- public void onAdd()
- public void onEdit()
- public void clearLinks()
- public array getLinks()
- public void appendLink()
- public void prefixLink()
- public void renderSubmenu()
- protected array getMyViews()
- public boolean getRenderFrontendButtons()
- public boolean getRenderFrontendSubmenu()
Hierarchy
Extends
Members
protected
- $config — array
- $input — array
- $linkbar — array
- $renderFrontendButtons — bool
public
- $perms — array
Methods
public
- onMessages() — Setup the toolbar and title
Inherited from FOFToolbar
protected
- getMyViews() — Automatically detects all views of the component
public
- appendLink() — Append a link to the link bar
- clearLinks() — Removes all links from the link bar
- getAnInstance() — Gets an instance of a component's toolbar
- getLinks() — Get the link bar's link definitions
- getRenderFrontendButtons() — Return the front-end toolbar rendering flag
- onAdd() — Renders the toolbar for the component's Add pages
- onBrowse() — Renders the toolbar for the component's Browse pages (the plural views)
- onCpanelsBrowse() — Renders the toolbar for the component's Control Panel page
- onEdit() — Renders the toolbar for the component's Edit pages
- onRead() — Renders the toolbar for the component's Read pages
- prefixLink() — Prefixes (some people erroneously call this "prepend" – there is no such word) a link to the link bar
- renderToolbar() — Renders the toolbar for the current view and task