|
Open Journal Systems
3.3.0
|
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) | |
Definition at line 19 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface::getCalledListeners | ( | ) |
Gets the called listeners.
Implemented in Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher, and Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface::getCalledListeners | ( | ) |
Gets the called listeners.
Implemented in Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher, and Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface::getNotCalledListeners | ( | ) |
Gets the not called listeners.
Implemented in Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher, and Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface::getNotCalledListeners | ( | ) |
Gets the not called listeners.
Implemented in Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher, and Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher.