Handy helper class to generate and manipulate AND filter arrays.
__construct(string $property, mixed $values)
string
The property name to be compared.
mixed
The value to be compared against.
fromArray(array $array) : mixed
array
The initialization array.
\ContaoCommunityAlliance\DcGeneral\Exception\DcGeneralInvalidArgumentException |
When an invalid array has been passed. |
---|
mixed
get() : array
array
getProperty() : string
string
getValues() : mixed
mixed
setProperty(string $property) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\ModelRelationship\FilterBuilder\PropertyValueInFilterBuilder
string
The property name.
setValues(mixed $values) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\ModelRelationship\FilterBuilder\PropertyValueInFilterBuilder
mixed
The value.
$property : string
$values : mixed