EmptyResponseHandler
in package
implements
RequestHandlerInterface
An empty response handler
Table of Contents
Interfaces
- RequestHandlerInterface
Properties
- $responseFactory : ResponseFactoryInterface
- $status : int
Methods
- __construct() : mixed
- EmptyResponseHandler constructor.
- handle() : ResponseInterface
Properties
$responseFactory
protected
ResponseFactoryInterface
$responseFactory
$status
protected
int
$status
Methods
__construct()
EmptyResponseHandler constructor.
public
__construct(ResponseFactoryInterface $responseFactory, int $status) : mixed
Parameters
- $responseFactory : ResponseFactoryInterface
- $status : int
handle()
public
handle(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface