TYPO3 CMS  TYPO3_6-2
tx_reports_reports_status_Status Class Reference
Inheritance diagram for tx_reports_reports_status_Status:
TYPO3\CMS\Reports\Status

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Reports\Status
 __construct ($title, $value, $message='', $severity=self::OK)
 
 getTitle ()
 
 getValue ()
 
 getMessage ()
 
 getSeverity ()
 
 __toString ()
 
- Public Attributes inherited from TYPO3\CMS\Reports\Status
const NOTICE = -2
 
const INFO = -1
 
const OK = 0
 
const WARNING = 1
 
const ERROR = 2
 
- Protected Attributes inherited from TYPO3\CMS\Reports\Status
 $title
 
 $value
 
 $message
 
 $severity
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 5727 of file LegacyClassesForIde.php.