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

Protected Attributes

 $message = 'Validation errors for argument "%s"'
 
 $code = 1245107351
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Validation\PropertyError
 $message = 'Validation errors for property "%s"'
 
 $code = 1242859509
 
 $propertyName
 
 $errors = array()
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Validation\Error
 $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\Validation\PropertyError
 __construct ($propertyName)
 
 addErrors ($errors)
 
 getErrors ()
 
 getPropertyName ()
 
- 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 validation errors for one argument.

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

Deprecated:
since Extbase 1.4.0, will be removed two versions after Extbase 6.1

Definition at line 22 of file ArgumentError.php.

Member Data Documentation

◆ $code

TYPO3\CMS\Extbase\Mvc\Controller\ArgumentError::$code = 1245107351
protected

Definition at line 32 of file ArgumentError.php.

◆ $message

TYPO3\CMS\Extbase\Mvc\Controller\ArgumentError::$message = 'Validation errors for argument "%s"'
protected

Definition at line 27 of file ArgumentError.php.