$expression->resolve()
Resolves the expression by evaluating the supported comparisons and consecutively resolving the resulting query/argument
$expression->resolve(object|array $data = [ ]): mixed
Parameters
Name | Type | Default |
---|---|---|
$data | object orarray |
[ ]
|
Return type
mixed
This method modifies the existing $expression
object it is applied to and returns it again.