Class BaseButtonEvent
Class BaseButtonEvent.
This event is the base for all button events for the Contao 2 backend view.
- Symfony\Component\EventDispatcher\Event
-
DcGeneral\Event\AbstractEnvironmentAwareEvent implements DcGeneral\EnvironmentAwareInterface
-
DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
Direct known subclasses
DcGeneral\Contao\View\Contao2BackendView\Event\GetGlobalButtonEvent, DcGeneral\Contao\View\Contao2BackendView\Event\GetOperationButtonEvent, DcGeneral\Contao\View\Contao2BackendView\Event\GetPasteButtonEvent, DcGeneral\Contao\View\Contao2BackendView\Event\GetPasteRootButtonEvent
Namespace: DcGeneral\Contao\View\Contao2BackendView\Event
Package: DcGeneral\Contao\View\Contao2BackendView\Event
Located at Contao/View/Contao2BackendView/Event/BaseButtonEvent.php
Package: DcGeneral\Contao\View\Contao2BackendView\Event
Located at Contao/View/Contao2BackendView/Event/BaseButtonEvent.php
public
mixed
|
|
public
string
|
|
public
mixed
|
|
public
string
|
|
public
mixed
|
|
public
string
|
|
public
mixed
|
|
public
string
|
|
public
mixed
|
|
public
string
|
__construct(),
getEnvironment()
|
string |
NAME
|
'dc-general.view.contao2backend.button' |
#
The name of the event. |
protected
string
|
$attributes |
|
#
The html attributes to use for the button. |
protected
string
|
$html |
|
#
The Html code to use for this button. |
protected
string
|
$key |
|
#
The key/name of the button. |
protected
string
|
$label |
|
#
The label to use for the button. |
protected
string
|
$title |
|
#
The title to use for the button. |
$environment
|