Fr3nch13/CakePHP Utilities

HttpApplicationInterface extends RequestHandlerInterface

An interface defining the methods that the http server depend on.

Table of Contents

Methods

bootstrap()  : void
Load all the application configuration and bootstrap logic.
handle()  : ResponseInterface
Handles a request and produces a response.
middleware()  : MiddlewareQueue
Define the HTTP middleware layers for an application.

Methods

bootstrap()

Load all the application configuration and bootstrap logic.

public bootstrap() : void

Override this method to add additional bootstrap logic for your application.


        
On this page

Search results