Skip to content

Kirby 4.2.0

$expression->resolve()

Resolves the expression by evaluating the supported comparisons and consecutively resolving the resulting query/argument

$expression->resolve(object|array $data = [ ]): mixed|null

Parameters

Name Type Default
$data object|array [ ]

Return type

mixed|null

Parent class

Kirby\Query\Expression