Range
Less than 1 minute
Range
Properties
minValue
private int $minValue
maxValue
private int $maxValue
Methods
__construct
public __construct(int $minValue, int $maxValue): void
Parameters
Parameter | Type | Description |
---|---|---|
$minValue | int | |
$maxValue | int |
evaluate
public evaluate(mixed $propertyValue, \ReflectionProperty $property): bool
Parameters
Parameter | Type | Description |
---|---|---|
$propertyValue | mixed | |
$property | \ReflectionProperty |
Generated by Hazaar API Doc Generator