You are here

private property FilterControllerEvent::$controller in Zircon Profile 8

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

The current controller.

File

vendor/symfony/http-kernel/Event/FilterControllerEvent.php, line 33

Class

FilterControllerEvent
Allows filtering of a controller callable.

Namespace

Symfony\Component\HttpKernel\Event

Code

private $controller;