You are here

private property ContainerAwareEventDispatcher::$listenerIds in Zircon Profile 8.0

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

The service IDs of the event listeners and subscribers.

Type: array

File

vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php, line 38

Class

ContainerAwareEventDispatcher
Lazily loads listeners and subscribers from the dependency injection container.

Namespace

Symfony\Component\EventDispatcher

Code

private $listenerIds = array();