‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Error\Warning Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Error\Warning:
TYPO3\CMS\Extbase\Error\Message

Protected Attributes

string $message = 'Unknown warning'
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Error\Message
string $message = 'Unknown message'
 
int $code
 
array $arguments = array( )
 
string $title = ''
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 24 of file Warning.php.

Member Data Documentation

◆ $message

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

Definition at line 28 of file Warning.php.