Class AbstractRangeValidator
Abstract for classes implementing rane comparison.
- ICanBoogie\Validate\Validator\AbstractValidator implements ICanBoogie\Validate\Validator
-
ICanBoogie\Validate\Validator\AbstractRangeValidator
Direct known subclasses
ICanBoogie\Validate\Validator\Between,
ICanBoogie\Validate\Validator\BetweenLength
Indirect known subclasses
ICanBoogie\Validate\Validator\NotBetween,
ICanBoogie\Validate\Validator\NotBetweenLength
Methods summary
public
boolean
|
|
protected
array
|
|
abstract protected
boolean
|
Methods inherited from ICanBoogie\Validate\Validator\AbstractValidator
Constants summary
string |
PARAM_MIN
|
#
'min'
|
string |
PARAM_MAX
|
#
'max'
|
string |
MESSAGE_ARG_MIN
|
#
self::PARAM_MIN
|
string |
MESSAGE_ARG_MAX
|
#
self::PARAM_MAX
|
string |
MESSAGE_ARG_VALUE_TYPE
|
#
'value_type'
|
Constants inherited from ICanBoogie\Validate\ValidatorOptions
OPTION_IF,
OPTION_MESSAGE,
OPTION_STOP_ON_ERROR,
OPTION_UNLESS
Constants inherited from ICanBoogie\Validate\Validator
ALIAS,
DEFAULT_MESSAGE,
MESSAGE_ARG_ATTRIBUTE,
MESSAGE_ARG_VALIDATOR,
MESSAGE_ARG_VALUE