TYPO3  7.6
Protected Attributes | List of all members
ErrorStatus Class Reference
Inheritance diagram for ErrorStatus:
AbstractStatus StatusInterface StatusInterface

Protected Attributes

 $severity = 'error'
 
- Protected Attributes inherited from AbstractStatus
 $severity = ''
 
 $title = ''
 
 $message = ''
 

Additional Inherited Members

- Public Member Functions inherited from 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 = 'error'
protected

Definition at line 25 of file ErrorStatus.php.