[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 43 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HttpKernelInterface:: (1 method):
handle()
Interface: HttpKernelInterface - X-Ref
HttpKernelInterface handles a Request to convert it to a Response.handle(Request $request, $type = self::MASTER_REQUEST, $catch = true) X-Ref |
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. param: Request $request A Request instance param: int $type The type of the request param: bool $catch Whether to catch exceptions or not return: Response A Response instance |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |