TYPO3 CMS  TYPO3_6-2
t3lib_message_AbstractMessage Class Reference
Inheritance diagram for t3lib_message_AbstractMessage:
TYPO3\CMS\Core\Messaging\AbstractMessage

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Messaging\AbstractMessage
 getTitle ()
 
 setTitle ($title)
 
 getMessage ()
 
 setMessage ($message)
 
 getSeverity ()
 
 setSeverity ($severity=self::OK)
 
 __toString ()
 
- Public Attributes inherited from TYPO3\CMS\Core\Messaging\AbstractMessage
const NOTICE = -2
 
const INFO = -1
 
const OK = 0
 
const WARNING = 1
 
const ERROR = 2
 
- Protected Attributes inherited from TYPO3\CMS\Core\Messaging\AbstractMessage
 $title = ''
 
 $message = ''
 
 $severity = self::OK
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1237 of file LegacyClassesForIde.php.