Skip to content

Kirby 4.4.1

$argument->resolve()

Return the argument value and resolves nested objects to scaler types

$argument->resolve(object|array $data = [ ]): mixed|null

Parameters

Name Type Default
$data object|array [ ]

Return type

mixed|null

Parent class

Kirby\Query\Argument