interface HttpKernelInterface

HttpKernelInterface handles a Request to convert it to a Response.

Constants

MAIN_REQUEST

SUB_REQUEST

Methods

Response
handle(Request$request,int$type =self::MAIN_REQUEST,bool$catch =true)

Handles a Request to convert it to a Response.

Details

Response handle(Request$request,int$type =self::MAIN_REQUEST,bool$catch =true)

Handles a Request to convert it to a Response.

When $catch is true, the implementation must catch all exceptions and do its best to convert them to a Response instance.

Parameters

Request $request
int $type
bool $catch

Return Value

Response

Exceptions

Exception When an Exception occurs during processing