TYPO3  7.6
Protected Attributes | List of all members
Notice Class Reference
Inheritance diagram for Notice:
Message

Protected Attributes

 $message = 'Unknown notice'
 
- Protected Attributes inherited from Message
 $message = 'Unknown message'
 
 $code
 
 $arguments = array()
 
 $title = ''
 

Additional Inherited Members

- Public Member Functions inherited from Message
 __construct ($message, $code, array $arguments=array(), $title= '')
 
 getMessage ()
 
 getCode ()
 
 getArguments ()
 
 getTitle ()
 
 render ()
 
 __toString ()
 

Detailed Description

An object representation of a generic notice. Subclass this to create more specific notices if necessary.

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

Definition at line 30 of file Notice.php.

Member Data Documentation

$message = 'Unknown notice'
protected

Definition at line 35 of file Notice.php.