![]() |
TYPO3
7.6
|
Public Member Functions | |
getShowLabelText () | |
setShowLabelText ($showLabelText) | |
getIcon () | |
getType () | |
setIcon (Icon $icon) | |
isValid () | |
__toString () | |
render () | |
![]() | |
getClasses () | |
getTitle () | |
getDataAttributes () | |
getOnClick () | |
setClasses ($classes) | |
setTitle ($title) | |
setDataAttributes (array $dataAttributes) | |
setOnClick ($onClick) | |
Protected Attributes | |
$icon | |
$type | |
$showLabelText = false | |
![]() | |
$classes = '' | |
$title = '' | |
$dataAttributes = [] | |
$onClick = '' | |
Definition at line 23 of file AbstractButton.php.
__toString | ( | ) |
Implementation from ButtonInterface This object is an abstract, so no implementation is necessary
Implements ButtonInterface.
Definition at line 119 of file AbstractButton.php.
getIcon | ( | ) |
Get icon
Definition at line 74 of file AbstractButton.php.
References AbstractButton\$icon.
Referenced by LinkButton\isValid(), InputButton\isValid(), LinkButton\render(), and InputButton\render().
getShowLabelText | ( | ) |
Show Label text
Definition at line 51 of file AbstractButton.php.
References AbstractButton\$showLabelText.
getType | ( | ) |
Get type
Implements ButtonInterface.
Definition at line 84 of file AbstractButton.php.
Referenced by SplitButton\addItem(), LinkButton\isValid(), and InputButton\isValid().
isValid | ( | ) |
Implementation from ButtonInterface This object is an abstract, so no implementation is necessary
Implements ButtonInterface.
Definition at line 108 of file AbstractButton.php.
Referenced by SplitButton\addItem().
render | ( | ) |
Implementation from ButtonInterface This object is an abstract, so no implementation is necessary
Implements ButtonInterface.
Definition at line 130 of file AbstractButton.php.
Referenced by SplitButton\__toString().
setIcon | ( | Icon | $icon | ) |
Set icon
Icon | $icon | Icon object for the button |
Definition at line 96 of file AbstractButton.php.
References AbstractButton\$icon.
setShowLabelText | ( | $showLabelText | ) |
Show Label text
bool | $showLabelText |
Definition at line 63 of file AbstractButton.php.
References AbstractButton\$showLabelText.
|
protected |
Definition at line 30 of file AbstractButton.php.
Referenced by AbstractButton\getIcon(), and AbstractButton\setIcon().
|
protected |
Definition at line 44 of file AbstractButton.php.
Referenced by AbstractButton\getShowLabelText(), and AbstractButton\setShowLabelText().
|
protected |
Definition at line 37 of file AbstractButton.php.