Handy helper class to generate and manipulate AND filter arrays.
__construct(string $property, mixed $value, bool $isRemote, bool $isRemoteProp)
stringThe property name to be compared.
mixedThe value to be compared against.
boolFlag determining if the passed value is a remote property name (only valid if filter is for parent child relationship and not for root elements).
boolFlag determining if the passed value is a property or literal value (only valid when $isRemote is true).