Fr3nch13/CakePHP Utilities

Runner
in package
implements RequestHandlerInterface

Executes the middleware queue and provides the `next` callable that allows the queue to be iterated.

Table of Contents

Interfaces

RequestHandlerInterface
Handles a server request and produces a response.

Properties

$fallbackHandler  : RequestHandlerInterface|null
Fallback handler to use if middleware queue does not generate response.
$queue  : MiddlewareQueue
The middleware queue being run.

Methods

handle()  : ResponseInterface
Handle incoming server request and return a response.
run()  : ResponseInterface

Properties

Methods


        
On this page

Search results