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

offsetUnset(string $key) ArrayAccess for unset argument.

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
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
EventDispatcherInterface
  • References/PHP/Symfony/Component/EventDispatcher

interface EventDispatcherInterface The EventDispatcherInterface is the central point of Symfony's

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

class ContainerAwareEventDispatcher extends

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

class WrappedListener Methods

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
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
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