Validates values are less than the previous (<).
@author Daniel Holmes <daniel@danielholmes.org>
Expanded class hierarchy of LessThanValidator
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AbstractComparisonValidator:: |
public | function |
Checks if the passed value is valid. Overrides ConstraintValidatorInterface:: |
|
AbstractComparisonValidator:: |
private | function | Returns a string representation of the value. | |
AbstractComparisonValidator:: |
private | function | Returns a string representation of the type of the value. | |
ConstraintValidator:: |
protected | property | ||
ConstraintValidator:: |
public | function |
Initializes the constraint validator. Overrides ConstraintValidatorInterface:: |
1 |
LessThanValidator:: |
protected | function |
@inheritDoc Overrides AbstractComparisonValidator:: |