Class BaseGetButtonsEvent.

Base event for retrieving buttons. This event is not being emitted anywhere as it is only a base class for other events.

 Methods

Get the list of buttons.

getButtons() : string[]

Returns

string[]

Set the list of buttons.

setButtons(string[] $buttons) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseGetButtonsEvent
fluent This method is part of a fluent interface and will return the same instance

Parameters

$buttons

string[]

The buttons to be returned.

Returns

\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseGetButtonsEvent

 Properties

 

The list of buttons.

$buttons : string[]

 Constants

 

The name of the event.

NAME