public function WrappedListener::stoppedPropagation in Zircon Profile 8
Same name and namespace in other branches
- 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\DebugCode
public function stoppedPropagation() {
return $this->stoppedPropagation;
}