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