RequestHandlerTrait
Trait RequestHandlerTrait
Table of Contents
Properties
- $container : ContainerInterface|null
- $handler : callable
- $middleware : array<int, string|MiddlewareInterface>
Methods
- handle() : ResponseInterface
- {@inheritdoc}
Properties
$container
protected
ContainerInterface|null
$container
$handler
protected
callable
$handler
$middleware
protected
array<int, string|MiddlewareInterface>
$middleware
Methods
handle()
{@inheritdoc}
public
handle(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface