33 private $propagationStopped =
false;
54 return $this->propagationStopped;
66 $this->propagationStopped =
true;
78 $this->dispatcher = $dispatcher;
90 @trigger_error(
'The '.__METHOD__.
' method is deprecated since Symfony 2.4 and will be removed in 3.0. The event dispatcher instance can be received in the listener call instead.', E_USER_DEPRECATED);
92 return $this->dispatcher;
104 @trigger_error(
'The '.__METHOD__.
' method is deprecated since Symfony 2.4 and will be removed in 3.0. The event name can be received in the listener call instead.', E_USER_DEPRECATED);