Skip to content

Kirby 5.2.1

$arrayListNode->resolve()

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

$arrayListNode->resolve(Kirby\Query\Visitors\Visitor $visitor): array|string

Parameters

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

Return types

arrayorstring

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

Parent class

Kirby\Query\AST\ArrayListNode