EventDispatcher::getListenerPriority()
  • References/PHP/Symfony/Component/EventDispatcher

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

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

class GenericEvent extends Event

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

mixed getArgument(string $key) Get argument by key.

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

ArrayIterator getIterator()

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

mixed getSubject() Getter for subject property.

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

Classes

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

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

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

addSubscriber(

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

array getCalledListeners() Gets the called listeners.

2025-01-10 15:47:30