class TraceableValueResolver implements ArgumentValueResolverInterface
Provides timing information via the stopwatch.
| __construct(ArgumentValueResolverInterface $inner, Stopwatch $stopwatch) | ||
| bool | supports(Request $request, ArgumentMetadata $argument) Whether this resolver can resolve the value for the given ArgumentMetadata. | |
| Generator | resolve(Request $request, ArgumentMetadata $argument) Returns the possible value(s). |
| ArgumentValueResolverInterface | $inner | |
| Stopwatch | $stopwatch |
Whether this resolver can resolve the value for the given ArgumentMetadata.
| Request | $request | |
| ArgumentMetadata | $argument |
| bool |
Returns the possible value(s).
| Request | $request | |
| ArgumentMetadata | $argument |
| Generator |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.html