Documentation

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

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
Tags
inheritDoc
Return values
ResponseInterface

        
On this page

Search results