TraceableEventDispatcherInterface::getNotCalledListeners()
  • References/PHP/Symfony/Component/EventDispatcher/Debug

array getNotCalledListeners() Gets the not called listeners.

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

GenericEvent setArguments(array

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

removeSubscriber(

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

Event dispatch(string $eventName,

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

stoppedPropagation()

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

class TraceableEventDispatcher implements

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

GenericEvent setArgument(string

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

class Event Event is the base class for classes containing event data. This class contains

2025-01-10 15:47:30