Skip to content

Kirby 5.2.1

$comparisonNode->resolve()

$comparisonNode->resolve() has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.

$comparisonNode->resolve(Kirby\Query\Visitors\Visitor $visitor): string|bool

Parameters

Name Type Default
$visitorrequired Kirby\Query\Visitors\Visitor no default value

Return types

stringorbool

This method modifies the existing $comparisonnode object it is applied to and returns it again.

Parent class

Kirby\Query\AST\ComparisonNode