$arguments->resolve()
Resolve each argument, so that they can passed together to the actual method call
$arguments->resolve(object|array $data = [ ]): array
Parameters
Name | Type | Default |
---|---|---|
$data | object orarray |
[ ]
|
Return type
array
This method modifies the existing $arguments
object it is applied to and returns it again.