TraceableArgumentResolver
in package
implements
ArgumentResolverInterface
Tags
Interfaces, Classes and Traits
- ArgumentResolverInterface
- An ArgumentResolverInterface instance knows how to determine the arguments for a specific action.
Table of Contents
- $resolver : mixed
- $stopwatch : mixed
- __construct() : mixed
- getArguments() : array<string|int, mixed>
- Returns the arguments to pass to the controller.
Properties
$resolver
private
mixed
$resolver
$stopwatch
private
mixed
$stopwatch
Methods
__construct()
public
__construct(ArgumentResolverInterface $resolver, Stopwatch $stopwatch) : mixed
Parameters
- $resolver : ArgumentResolverInterface
- $stopwatch : Stopwatch
Return values
mixed —getArguments()
Returns the arguments to pass to the controller.
public
getArguments(Request $request, callable $controller) : array<string|int, mixed>
Parameters
- $request : Request
- $controller : callable