Class BaseButtonEvent.
getAttributes() : string
stringgetHtml() : string
stringgetKey() : string
stringgetLabel() : string
stringgetTitle() : string
stringsetAttributes(string $attributes) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
stringThe attributes to be used.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEventsetHtml(string $html) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
stringThe HTML code.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEventsetKey(string $key) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
stringThe key/name to use.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEventsetLabel(string $label) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
stringThe label text to use.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEventsetTitle(string $title) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
stringThe title text.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent$attributes : string
$html : string
$key : string
$label : string
$title : string
NAME