Open Journal Systems  3.3.0
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface Interface Reference
Inheritance diagram for Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface:
Symfony\Component\EventDispatcher\EventDispatcherInterface Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher

Public Member Functions

 getCalledListeners ()
 
 getCalledListeners ()
 
 getNotCalledListeners ()
 
 getNotCalledListeners ()
 
- Public Member Functions inherited from Symfony\Component\EventDispatcher\EventDispatcherInterface
 addListener ($eventName, $listener, $priority=0)
 
 addListener ($eventName, $listener, $priority=0)
 
 addSubscriber (EventSubscriberInterface $subscriber)
 
 addSubscriber (EventSubscriberInterface $subscriber)
 
 dispatch ($eventName, Event $event=null)
 
 dispatch ($eventName, Event $event=null)
 
 getListeners ($eventName=null)
 
 getListeners ($eventName=null)
 
 hasListeners ($eventName=null)
 
 hasListeners ($eventName=null)
 
 removeListener ($eventName, $listener)
 
 removeListener ($eventName, $listener)
 
 removeSubscriber (EventSubscriberInterface $subscriber)
 
 removeSubscriber (EventSubscriberInterface $subscriber)
 

Detailed Description

Member Function Documentation

◆ getCalledListeners() [1/2]

Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface::getCalledListeners ( )

Gets the called listeners.

Returns
array An array of called listeners

Implemented in Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher, and Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher.

◆ getCalledListeners() [2/2]

Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface::getCalledListeners ( )

Gets the called listeners.

Returns
array An array of called listeners

Implemented in Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher, and Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher.

◆ getNotCalledListeners() [1/2]

Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface::getNotCalledListeners ( )

Gets the not called listeners.

Returns
array An array of not called listeners

Implemented in Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher, and Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher.

◆ getNotCalledListeners() [2/2]

Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface::getNotCalledListeners ( )

Gets the not called listeners.

Returns
array An array of not called listeners

Implemented in Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher, and Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher.


The documentation for this interface was generated from the following file: