PHP 클래스 Zend\Stratigility\NoopFinalHandler

파일 보기 프로젝트 열기: zendframework/zend-stratigility

공개 메소드들

메소드 설명
__invoke ( Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response ) : Psr\Http\Message\ResponseInterface Final handler for all requests.

메소드 상세

__invoke() 공개 메소드

This handler should only ever be invoked if Next exhausts its stack. When that happens, it returns the response provided during invocation.
public __invoke ( Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response ) : Psr\Http\Message\ResponseInterface
$request Psr\Http\Message\ServerRequestInterface Request instance.
$response Psr\Http\Message\ResponseInterface Response instance.
리턴 Psr\Http\Message\ResponseInterface