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