TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Validation\Error Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Validation\Error:
TYPO3\CMS\Extbase\Error\Error TYPO3\CMS\Extbase\Error\Message Tx_Extbase_Validation_Error TYPO3\CMS\Extbase\Validation\PropertyError Tx_Extbase_Validation_PropertyError TYPO3\CMS\Extbase\Mvc\Controller\ArgumentError Tx_Extbase_MVC_Controller_ArgumentError

Protected Attributes

 $message = 'Unknown validation error'
 
 $code = 1201447005
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Error\Error
 $message = 'Unknown error'
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Error\Message
 $message = 'Unknown message'
 
 $code
 
 $arguments = array()
 
 $title = ''
 

Additional Inherited Members

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

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! This object holds a validation error.

Definition at line 21 of file Error.php.

Member Data Documentation

◆ $code

TYPO3\CMS\Extbase\Validation\Error::$code = 1201447005
protected

Definition at line 31 of file Error.php.

◆ $message

TYPO3\CMS\Extbase\Validation\Error::$message = 'Unknown validation error'
protected

Definition at line 26 of file Error.php.