Class IntervalCriterionValue
Representation of an interval, suitable for the SQL BETWEEN operator.
An interval is created by separating two values with two dots ("..") e.g. "2000..2014".
- ICanBoogie\Facets\CriterionValue\IntervalCriterionValue implements ICanBoogie\ToArray
Methods summary
public static
from( mixed $value )
: ICanBoogie\Facets\CriterionValue\IntervalCriterionValue|null
Instantiate a ICanBoogie\Facets\CriterionValue\IntervalCriterionValue instance from a value.