Handy helper class to generate and manipulate AND filter arrays.
__construct(string $property, mixed $values)
stringThe property name to be compared.
mixedThe value to be compared against.
fromArray(array $array) : mixed
arrayThe initialization array.
| \ContaoCommunityAlliance\DcGeneral\Exception\DcGeneralInvalidArgumentException | When an invalid array has been passed. | 
|---|
mixedget() : array
arraygetProperty() : string
stringgetValues() : mixed
mixedsetProperty(string $property) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\ModelRelationship\FilterBuilder\PropertyValueInFilterBuilder
stringThe property name.
setValues(mixed $values) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\ModelRelationship\FilterBuilder\PropertyValueInFilterBuilder
mixedThe value.
$property : string
$values : mixed