A::apply()
Recursively loops through the array and resolves any item defined as Closure
, applying the passed parameters
Parameters
Name | Type | Default | Description |
---|---|---|---|
$array * | array |
– | |
$args | mixed |
null |
Parameters to pass to the closures |
Return type
array