ModifyButtonBarEvent
FinalYes
Listeners can modify the buttons of the button bar in the backend module docheader
Table of Contents
Methods
- __construct() : mixed
- getButtonBar() : ButtonBar
- getButtons() : array<string|int, mixed>
- setButtons() : void
Methods
__construct()
public
__construct(array<string|int, mixed> $buttons, ButtonBar $buttonBar) : mixed
Parameters
- $buttons : array<string|int, mixed>
- $buttonBar : ButtonBar
getButtonBar()
public
getButtonBar() : ButtonBar
Return values
ButtonBargetButtons()
public
getButtons() : array<string|int, mixed>
Return values
array<string|int, mixed>setButtons()
public
setButtons(array<string|int, mixed> $buttons) : void
Parameters
- $buttons : array<string|int, mixed>