ToolbarItemsRegistry
Registry class for toolbar items
Table of Contents
Properties
- $toolbarItems : array<string|int, mixed>
Methods
- __construct() : mixed
- getToolbarItems() : array<string|int, ToolbarItemInterface>
- Get all registered toolbarItems
Properties
$toolbarItems
protected
array<string|int, mixed>
$toolbarItems
= []
Methods
__construct()
public
__construct(iterable<string|int, mixed> $toolbarItems) : mixed
Parameters
- $toolbarItems : iterable<string|int, mixed>
getToolbarItems()
Get all registered toolbarItems
public
getToolbarItems() : array<string|int, ToolbarItemInterface>