LessThan(mixed $compareTo)
Validates whether the input is less than a value.
v::lessThan(10)->isValid(9); // true
v::lessThan(10)->isValid(10); // false
Validation makes comparison easier, check out our supported comparable values.
Message template for this validator includes {{compareTo}}
.
- Comparisons
Version | Description |
---|---|
2.0.0 | Created |
See also: