TYPO3 CMS  TYPO3_6-2
tx_form_System_Validate_Length Class Reference
Inheritance diagram for tx_form_System_Validate_Length:
TYPO3\CMS\Form\Validation\LengthValidator TYPO3\CMS\Form\Validation\AbstractValidator TYPO3\CMS\Form\Validation\ValidatorInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Form\Validation\LengthValidator
 __construct ($arguments)
 
 isValid ()
 
 setMinimum ($minimum)
 
 setMaximum ($maximum)
 
- Public Member Functions inherited from TYPO3\CMS\Form\Validation\AbstractValidator
 injectRequestHandler (\TYPO3\CMS\Form\Request $requestHandler)
 
 __construct ($arguments)
 
 setFieldName ($fieldName)
 
 getFieldName ()
 
 getMessage ()
 
 getError ()
 
 setMessage ($message='', $type='TEXT')
 
 setError ($error='', $type='TEXT')
 
 setShowMessage ($show)
 
 messageMustBeDisplayed ()
 
- Public Attributes inherited from TYPO3\CMS\Form\Validation\LengthValidator
const LOCALISATION_OBJECT_NAME = 'tx_form_system_validate_length'
 
- Protected Member Functions inherited from TYPO3\CMS\Form\Validation\LengthValidator
 getLocalLanguageLabel ($type)
 
 substituteValues ($message)
 
- Protected Member Functions inherited from TYPO3\CMS\Form\Validation\AbstractValidator
 substituteValues ($message)
 
 getLocalLanguageLabel ($type)
 
- Protected Attributes inherited from TYPO3\CMS\Form\Validation\LengthValidator
 $minimum
 
 $maximum
 
 $charsetConverter = NULL
 
- Protected Attributes inherited from TYPO3\CMS\Form\Validation\AbstractValidator
 $fieldName
 
 $message = array()
 
 $error = array()
 
 $showMessage = TRUE
 
 $localizationHandler
 
 $requestHandler
 
 $localCobj
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 4407 of file LegacyClassesForIde.php.