Skip to content

Kirby 4.2.0

$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 object|array [ ]

Return type

array

Parent class

Kirby\Query\Arguments