Class IntegerMinMaxValidator

Description

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

Wrapper class for IntegerMinValidator and IntegerMaxValidator

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

Validator
   |
   --IntegerMinMaxValidator
Variable Summary
Method Summary
IntegerMinMaxValidator IntegerMinMaxValidator (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_integerMaxValidator (line 18)
mixed $obj_integerMinValidator (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 IntegerMinMaxValidator (line 31)

create new IntegerMinMaxValidator object

IntegerMinMaxValidator IntegerMinMaxValidator (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:44 -0400 by phpDocumentor 1.3.0RC3