interface ArgumentsResolverInterface (View source)

Resolves the arguments to pass to a callable.

Methods

array
getArguments(callable $callable)

Gets arguments suitable for passing to the given callable.

Details

array getArguments(callable $callable)

Gets arguments suitable for passing to the given callable.

Parameters

callable $callable

Return Value

array

An array of arguments to pass to the callable.

Exceptions

RuntimeException