Class GetGlobalButtonEvent.
getAccessKey() : string
string
getClass() : string
string
getHref() : string
string
setAccessKey(string $accessKey) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetGlobalButtonEvent
fluent | This method is part of a fluent interface and will return the same instance |
---|
string
The hotkey for the button.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetGlobalButtonEvent
setClass(string $class) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetGlobalButtonEvent
fluent | This method is part of a fluent interface and will return the same instance |
---|
string
The css class.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetGlobalButtonEvent
setHref(string $href) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetGlobalButtonEvent
fluent | This method is part of a fluent interface and will return the same instance |
---|
string
The href.
\ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetGlobalButtonEvent
$accessKey : string
$class : string
$href : string
NAME