Class StringMinMaxLengthValidator

Description

Checks if the form field's value length is between two values

Wrapper class for StringMinLengthValidator and StringMaxLengthValidator

Located in /validators/StringMinMaxLengthValidator.php (line 8)

Validator
   |
   --StringMinMaxLengthValidator
Variable Summary
Method Summary
StringMinMaxLengthValidator StringMinMaxLengthValidator (string $a_str_fieldName, [integer $a_int_minValue = null], [integer $a_int_maxValue = null], [string $a_str_errorMessage = null], [string $a_str_fieldValue = null])
void validate ()
Variables
mixed $int_maxValue (line 15)
mixed $int_minValue (line 14)
mixed $obj_stringMaxLengthValidator (line 18)
mixed $obj_stringMinLengthValidator (line 17)
mixed $obj_validationSet (line 16)

Redefinition of:
Validator::$obj_validationSet
mixed $str_errorMessage (line 13)

Redefinition of:
Validator::$str_errorMessage
mixed $str_fieldName (line 11)
mixed $str_fieldValue (line 12)
Methods
Constructor StringMinMaxLengthValidator (line 31)

create new StringMinMaxLengthValidator object

StringMinMaxLengthValidator StringMinMaxLengthValidator (string $a_str_fieldName, [integer $a_int_minValue = null], [integer $a_int_maxValue = null], [string $a_str_errorMessage = null], [string $a_str_fieldValue = null])
  • string $a_str_fieldName
  • integer $a_int_minValue
  • integer $a_int_maxValue
  • string $a_str_errorMessage
  • string $a_str_fieldValue
validate (line 49)

validate

void validate ()

Inherited Methods

Inherited From Validator

Validator::getValueByFieldName()
Validator::setValidationSet()

Documentation generated on Mon, 29 Aug 2005 13:35:46 -0400 by phpDocumentor 1.3.0RC3