class IntLessThan extends ComparisonRule

Less-than rule for integers.

Methods

__construct(mixed $value, bool $equals = false)

Create a new rule with the given integer.

Details

__construct(mixed $value, bool $equals = false)

Create a new rule with the given integer.

Parameters

Name Type Description
$value mixed
$equals bool

Constants

GREATER_THAN

LESS_THAN