public function TraceableEventDispatcherInterface::getCalledListeners in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface::getCalledListeners()
Gets the called listeners.
Return value
array An array of called listeners
2 methods override TraceableEventDispatcherInterface::getCalledListeners()
- TestEventDispatcher::getCalledListeners in vendor/
symfony/ http-kernel/ Tests/ Fixtures/ TestEventDispatcher.php - Gets the called listeners.
- TraceableEventDispatcher::getCalledListeners in vendor/
symfony/ event-dispatcher/ Debug/ TraceableEventDispatcher.php - Gets the called listeners.
File
- vendor/
symfony/ event-dispatcher/ Debug/ TraceableEventDispatcherInterface.php, line 26
Class
- TraceableEventDispatcherInterface
- @author Fabien Potencier <fabien@symfony.com>
Namespace
Symfony\Component\EventDispatcher\DebugCode
public function getCalledListeners();