![]() |
TYPO3
7.6
|
Public Member Functions | |
isGreaterThan (InformationStatus $status) | |
![]() | |
__construct ($value=null) | |
equals ($value) | |
__toString () | |
Public Attributes | |
const | __default = self::STATUS_INFO |
const | STATUS_NOTICE = '' |
const | STATUS_INFO = 'info' |
const | STATUS_OK = 'success' |
const | STATUS_WARNING = 'warning' |
const | STATUS_ERROR = 'danger' |
Static Protected Attributes | |
static | $statusIntegerMap |
![]() | |
static | $enumConstants |
Additional Inherited Members | |
![]() | |
static | getConstants ($include_default=false) |
static | cast ($value) |
![]() | |
setValue ($value) | |
isValid ($value) | |
![]() | |
static | loadValues () |
![]() | |
$value | |
This class holds the severities of the SystemInformation toolbar menu
Definition at line 20 of file InformationStatus.php.
isGreaterThan | ( | InformationStatus | $status | ) |
Check if the given status is greater than this status instance
InformationStatus | $status |
Definition at line 66 of file InformationStatus.php.
|
staticprotected |
Definition at line 52 of file InformationStatus.php.
const __default = self::STATUS_INFO |
Definition at line 22 of file InformationStatus.php.
const STATUS_ERROR = 'danger' |
Definition at line 47 of file InformationStatus.php.
Referenced by SystemInformationController\appendMessage().
const STATUS_INFO = 'info' |
Definition at line 32 of file InformationStatus.php.
Referenced by SystemInformationToolbarItem\__construct().
const STATUS_NOTICE = '' |
Definition at line 27 of file InformationStatus.php.
Referenced by SystemInformationToolbarItem\collectInformation().
const STATUS_OK = 'success' |
Definition at line 37 of file InformationStatus.php.
Referenced by SystemInformationToolbarItem\getApplicationContext().
const STATUS_WARNING = 'warning' |
Definition at line 42 of file InformationStatus.php.
Referenced by SystemInformationToolbarItem\getApplicationContext().