TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Extbase\Error\Warning Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Error\Warning:
TYPO3\CMS\Extbase\Error\Message

Protected Attributes

 $message = 'Unknown warning'
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Error\Message
 $message = 'Unknown message'
 
 $code
 
 $arguments = []
 
 $title = ''
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Error\Message
 __construct ($message, $code, array $arguments=[], $title='')
 
 getMessage ()
 
 getCode ()
 
 getArguments ()
 
 getTitle ()
 
 render ()
 
 __toString ()
 

Detailed Description

An object representation of a generic warning. Subclass this to create more specific warnings if necessary.

http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3 or later

Definition at line 30 of file Warning.php.

Member Data Documentation

◆ $message

TYPO3\CMS\Extbase\Error\Warning::$message = 'Unknown warning'
protected

Definition at line 35 of file Warning.php.