![]() |
TYPO3
7.6
|
Public Attributes | |
const | __default = self::STATE_DEFAULT |
const | STATE_DEFAULT = 'default' |
const | STATE_DISABLED = 'disabled' |
Additional Inherited Members | |
![]() | |
__construct ($value=null) | |
equals ($value) | |
__toString () | |
![]() | |
static | getConstants ($include_default=false) |
static | cast ($value) |
![]() | |
setValue ($value) | |
isValid ($value) | |
![]() | |
static | loadValues () |
![]() | |
$value | |
![]() | |
static | $enumConstants |
A class providing constants for icon states
Definition at line 20 of file IconState.php.
const __default = self::STATE_DEFAULT |
Definition at line 22 of file IconState.php.
const STATE_DEFAULT = 'default' |
Definition at line 27 of file IconState.php.
const STATE_DISABLED = 'disabled' |
Definition at line 32 of file IconState.php.