ToolbarFactoryInterface
Interface for creating toolbar objects
| since |
4.0.0 |
|---|---|
| package |
Joomla CMS |
Methods
createButton
Creates a new toolbar button.
createButton(\Joomla\CMS\Toolbar\Toolbar toolbar, type) : \Joomla\CMS\Toolbar\ToolbarButton
| since |
4.0.0 |
|---|---|
| throws |
|
Arguments
- toolbar
ToolbarThe Toolbar instance to attach to the button- type
stringButton Type
Response
createToolbar
Creates a new Toolbar object.
createToolbar( name = 'toolbar') : \Joomla\CMS\Toolbar\Toolbar