ArgumentsResolverInterface
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.