class TraceableArgumentResolver implements ArgumentResolverInterface
__construct(ArgumentResolverInterface $resolver, Stopwatch $stopwatch) | ||
array | getArguments(Request $request, callable $controller) Returns the arguments to pass to the controller. |
ArgumentResolverInterface | $resolver | |
Stopwatch | $stopwatch |
Returns the arguments to pass to the controller.
Request | $request | |
callable | $controller |
array | An array of arguments to pass to the controller |
RuntimeException | When no value could be provided for a required argument |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.html