Skip to content

Kirby 5.0.4

$lazyValue->resolve()

Resolve the lazy value to its actual value

$lazyValue->resolve(mixed ...$args): mixed

Parameters

Name Type Default
...$args mixed no default value

Return type

mixed

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

Parent class

Kirby\Toolkit\LazyValue