You are here

private property Event::$propagationStopped in Zircon Profile 8

Same name and namespace in other branches
  1. 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\EventDispatcher

Code

private $propagationStopped = false;