Skip to content

Kirby 5.2.1

$argumentListNode->resolve()

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

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

Parent class

Kirby\Query\AST\ArgumentListNode