private property Event::$propagationStopped in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/event-dispatcher/Event.php \Symfony\Component\EventDispatcher\Event::propagationStopped
Type: bool Whether no further event listeners should be triggered
File
- vendor/
symfony/ event-dispatcher/ Event.php, line 33
Class
- Event
- Event is the base class for classes containing event data.
Namespace
Symfony\Component\EventDispatcherCode
private $propagationStopped = false;