TraceableEventDispatcher::getListeners()
  • References/PHP/Symfony/Component/EventDispatcher/Debug

array getListeners(string $eventName = null) Gets the listeners of a specific event or all listeners

2025-01-10 15:47:30
TraceableEventDispatcher::addListener()
  • References/PHP/Symfony/Component/EventDispatcher/Debug

addListener(string $eventName, callable $listener, int $priority) Adds an event listener that listens

2025-01-10 15:47:30
WrappedListener
  • References/PHP/Symfony/Component/EventDispatcher/Debug

class WrappedListener Methods

2025-01-10 15:47:30
TraceableEventDispatcher::removeListener()
  • References/PHP/Symfony/Component/EventDispatcher/Debug

removeListener(string $eventName, callable $listener) Removes an event listener from the specified

2025-01-10 15:47:30
WrappedListener::getWrappedListener()
  • References/PHP/Symfony/Component/EventDispatcher/Debug

getWrappedListener()

2025-01-10 15:47:30
TraceableEventDispatcher::getNotCalledListeners()
  • References/PHP/Symfony/Component/EventDispatcher/Debug

array getNotCalledListeners() Gets the not called listeners.

2025-01-10 15:47:30
WrappedListener::wasCalled()
  • References/PHP/Symfony/Component/EventDispatcher/Debug

wasCalled()

2025-01-10 15:47:30
TraceableEventDispatcher::getCalledListeners()
  • References/PHP/Symfony/Component/EventDispatcher/Debug

array getCalledListeners() Gets the called listeners.

2025-01-10 15:47:30
TraceableEventDispatcher::hasListeners()
  • References/PHP/Symfony/Component/EventDispatcher/Debug

bool hasListeners(string $eventName = null) Checks whether an event has any registered listeners

2025-01-10 15:47:30
TraceableEventDispatcherInterface
  • References/PHP/Symfony/Component/EventDispatcher/Debug

interface TraceableEventDispatcherInterface implements

2025-01-10 15:47:30