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
ImmutableEventDispatcher::getListeners()
  • References/PHP/Symfony/Component/EventDispatcher

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

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

addSubscriber(

2025-01-10 15:47:30
GenericEvent::setArguments()
  • References/PHP/Symfony/Component/EventDispatcher

GenericEvent setArguments(array

2025-01-10 15:47:30
GenericEvent::setArgument()
  • References/PHP/Symfony/Component/EventDispatcher

GenericEvent setArgument(string

2025-01-10 15:47:30
Component\EventDispatcher\DependencyInjection
  • References/PHP/Symfony/Component/EventDispatcher

Classes

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

stoppedPropagation()

2025-01-10 15:47:30
ImmutableEventDispatcher::dispatch()
  • References/PHP/Symfony/Component/EventDispatcher

Event dispatch(string $eventName,

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

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

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

Event dispatch(string $eventName,

2025-01-10 15:47:30