You are here

public function WrappedListener::stoppedPropagation in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/event-dispatcher/Debug/WrappedListener.php \Symfony\Component\EventDispatcher\Debug\WrappedListener::stoppedPropagation()

File

vendor/symfony/event-dispatcher/Debug/WrappedListener.php, line 50

Class

WrappedListener
@author Fabien Potencier <fabien@symfony.com>

Namespace

Symfony\Component\EventDispatcher\Debug

Code

public function stoppedPropagation() {
  return $this->stoppedPropagation;
}