Skip to content

Kirby 5.0.4

$arguments->resolve()

Resolve each argument, so that they can passed together to the actual method call

$arguments->resolve(object|array $data = [ ]): array

Parameters

Name Type Default
$data objectorarray [ ]

Return type

array

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

Parent class

Kirby\Query\Arguments