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

Protected Attributes

 $severity = 'error'
 
- 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

Error level status

Definition at line 20 of file ErrorStatus.php.

Member Data Documentation

◆ $severity

TYPO3\CMS\Install\Status\ErrorStatus::$severity = 'error'
protected

Definition at line 25 of file ErrorStatus.php.