[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

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: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1