| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 73 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PostResponseEvent:: (4 methods):
__construct()
getKernel()
getRequest()
getResponse()
Class: PostResponseEvent - X-Ref
Allows to execute logic after a response was sent.| __construct(HttpKernelInterface $kernel, Request $request, Response $response) X-Ref |
| No description |
| getKernel() X-Ref |
| Returns the kernel in which this event was thrown. return: HttpKernelInterface |
| getRequest() X-Ref |
| Returns the request for which this event was thrown. return: Request |
| getResponse() X-Ref |
| Returns the response for which this event was thrown. return: Response |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |