Skip to content

Kirby 5.0.4

A::apply()

Recursively loops through the array and resolves any item defined as Closure, applying the passed parameters

A::apply(array $array): array

Parameters

Name Type Default
$arrayrequired array no default value

Return type

array

Parent class

Kirby\Toolkit\A