You are here

private property KernelEvent::$request in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Event/KernelEvent.php \Symfony\Component\HttpKernel\Event\KernelEvent::request

The request the kernel is currently processing.

Type: Request

File

vendor/symfony/http-kernel/Event/KernelEvent.php, line 37

Class

KernelEvent
Base class for events thrown in the HttpKernel component.

Namespace

Symfony\Component\HttpKernel\Event

Code

private $request;