GenericEvent::offsetGet()
  • References/PHP/Symfony/Component/EventDispatcher

mixed offsetGet(string $key) ArrayAccess for argument getter.

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

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

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

offsetUnset(string $key) ArrayAccess for unset argument.

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

class WrappedListener Methods

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

Event dispatch(string $eventName,

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

class ContainerAwareEventDispatcher extends

2025-01-10 15:47:30
EventDispatcherInterface::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
EventDispatcher::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
Event::isPropagationStopped()
  • References/PHP/Symfony/Component/EventDispatcher

bool isPropagationStopped() Returns whether further event listeners should be triggered.

2025-01-10 15:47:30