class TraceableArgumentResolver implements ArgumentResolverInterface
Methods
__construct(ArgumentResolverInterface $resolver, Stopwatch $stopwatch) | ||
array | getArguments(Request $request, callable $controller) Returns the arguments to pass to the controller. |
Details
__construct(ArgumentResolverInterface $resolver, Stopwatch $stopwatch)
array getArguments(Request $request, callable $controller)
Returns the arguments to pass to the controller.
Please login to continue.