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

bool offsetExists(string $key) ArrayAccess has argument.

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

addListenerService(string $eventName, array $callback, int $priority) Adds a service as event listener

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

int|null getListenerPriority(string $eventName, callable $listener) Gets the listener priority

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

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

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

offsetSet(string $key, mixed $value) ArrayAccess for argument setter.

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

removeSubscriber(

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

addSubscriberService(string $serviceId, string $class) Adds a service as event subscriber.

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

addSubscriber(

2025-01-10 15:47:30