| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 82 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
KernelEvent:: (5 methods):
__construct()
getKernel()
getRequest()
getRequestType()
isMasterRequest()
Class: KernelEvent - X-Ref
Base class for events thrown in the HttpKernel component.| __construct(HttpKernelInterface $kernel, Request $request, $requestType) X-Ref |
param: HttpKernelInterface $kernel The kernel in which this event was thrown param: Request $request The request the kernel is currently processing param: int $requestType The request type the kernel is currently processing; one of |
| getKernel() X-Ref |
| Returns the kernel in which this event was thrown. return: HttpKernelInterface |
| getRequest() X-Ref |
| Returns the request the kernel is currently processing. return: Request |
| getRequestType() X-Ref |
| Returns the request type the kernel is currently processing. return: int One of HttpKernelInterface::MASTER_REQUEST and |
| isMasterRequest() X-Ref |
| Checks if this is a master request. return: bool True if the request is a master request |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |