Class FOFToolbar
The Toolbar class renders the back-end component title area and the back- and front-end toolbars.
Package: FrameworkOnFramework\toolbar
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.0
Located at fof/toolbar/toolbar.php
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.0
Located at fof/toolbar/toolbar.php
Methods summary
public static
|
#
getAnInstance( string $option = null, array $config = array() )
Gets an instance of a component's toolbar |
public
|
|
public
|
#
renderToolbar( string $view = null, string $task = null,
Renders the toolbar for the current view and task |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
array
&
|
|
public
|
#
appendLink( string $name, string|null $link = null, boolean $active = false, string|null $icon = null, string|null $parent = '' )
Append a link to the link bar |
public
|
#
prefixLink( string $name, string|null $link = null, boolean $active = false, string|null $icon = null )
Prefixes (some people erroneously call this "prepend" – there is no such word) a link to the link bar |
public
|
|
protected
array
|
|
public
boolean
|
|
public
boolean
|
Magic methods summary
Properties summary
protected
array
|
$config |
#
Configuration parameters |
protected
array
|
$input |
#
Input (e.g. request) variables |
public
array
|
$perms |
#
Permissions map, see the __construct method for more information |
protected
array
|
$linkbar |
#
The links to be rendered in the toolbar |
protected
boolean
|
$renderFrontendSubmenu |
#
Should I render the submenu in the front-end? |
protected
boolean
|
$renderFrontendButtons |
#
Should I render buttons in the front-end? |