TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Status\AlertStatus Class Reference
Inheritance diagram for TYPO3\CMS\Install\Status\AlertStatus:
TYPO3\CMS\Install\Status\AbstractStatus TYPO3\CMS\Install\Status\StatusInterface TYPO3\CMS\Install\Status\StatusInterface

Protected Attributes

 $severity = 'alert'
 
- Protected Attributes inherited from TYPO3\CMS\Install\Status\AbstractStatus
 $severity = ''
 
 $title = ''
 
 $message = ''
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Install\Status\AbstractStatus
 getSeverity ()
 
 getTitle ()
 
 setTitle ($title)
 
 getMessage ()
 
 setMessage ($message)
 

Detailed Description

Alert level status

Definition at line 20 of file AlertStatus.php.

Member Data Documentation

◆ $severity

TYPO3\CMS\Install\Status\AlertStatus::$severity = 'alert'
protected

Definition at line 25 of file AlertStatus.php.