Skip to content

Kirby 5.2.1

$logicalNode->resolve()

$logicalNode->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.

$logicalNode->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 $logicalnode object it is applied to and returns it again.

Parent class

Kirby\Query\AST\LogicalNode