Class SetCriterionValue
Representation of a set of values, suitable for the SQL IN()
function.
A set of values is created by concatenating values with the pipe sign ("|") e.g. "1|2|3".
- ICanBoogie\Facets\SetCriterionValue implements ICanBoogie\ToArray, Countable
Methods summary
public static
from( mixed $value
)
: ICanBoogie\Facets\SetCriterionValue
|null
Instantiate a ICanBoogie\Facets\SetCriterionValue
instance from a value.