Psr7RequestValueResolver
final class Psr7RequestValueResolver implements ArgumentValueResolverInterface (View source)
Yields a PSR7 request object based on the request object passed along.
Properties
| protected HttpMessageFactoryInterface | $httpMessageFactory | The PSR-7 converter. |
Methods
__construct(HttpMessageFactoryInterface $http_message_factory)
Constructs a new ControllerResolver.
supports(Request $request, ArgumentMetadata $argument)
{@inheritdoc}
resolve(Request $request, ArgumentMetadata $argument)
{@inheritdoc}
Details
__construct(HttpMessageFactoryInterface $http_message_factory)
Constructs a new ControllerResolver.
supports(Request $request, ArgumentMetadata $argument)
{@inheritdoc}
resolve(Request $request, ArgumentMetadata $argument)
{@inheritdoc}