[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/ -> KernelEvent.php (summary)

(no description)

File Size: 84 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

KernelEvent:: (4 methods):
  __construct()
  getKernel()
  getRequest()
  getRequestType()


Class: KernelEvent  - X-Ref

Base class for events thrown in the HttpKernel component.

__construct(HttpKernelInterface $kernel, Request $request, $requestType)   X-Ref
The request type the kernel is currently processing.  One of
HttpKernelInterface::MASTER_REQUEST and HttpKernelInterface::SUB_REQUEST.


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



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1