You are here

private property ImmutableEventDispatcher::$dispatcher in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php \Symfony\Component\EventDispatcher\ImmutableEventDispatcher::dispatcher

The proxied dispatcher.

Type: EventDispatcherInterface

File

vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php, line 26

Class

ImmutableEventDispatcher
A read-only proxy for an event dispatcher.

Namespace

Symfony\Component\EventDispatcher

Code

private $dispatcher;