private property ContainerAwareEventDispatcher::$listenerIds in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\EventDispatcherCode
private $listenerIds = array();