|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __call ($method, $arguments) | |
| __call ($method, $arguments) | |
| __construct (EventDispatcherInterface $dispatcher, Stopwatch $stopwatch, LoggerInterface $logger=null) | |
| __construct (EventDispatcherInterface $dispatcher, Stopwatch $stopwatch, LoggerInterface $logger=null) | |
| 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) | |
| getCalledListeners () | |
| getCalledListeners () | |
| getListenerPriority ($eventName, $listener) | |
| getListenerPriority ($eventName, $listener) | |
| getListeners ($eventName=null) | |
| getListeners ($eventName=null) | |
| getNotCalledListeners () | |
| getNotCalledListeners () | |
| hasListeners ($eventName=null) | |
| hasListeners ($eventName=null) | |
| removeListener ($eventName, $listener) | |
| removeListener ($eventName, $listener) | |
| removeSubscriber (EventSubscriberInterface $subscriber) | |
| removeSubscriber (EventSubscriberInterface $subscriber) | |
Protected Member Functions | |
| postDispatch ($eventName, Event $event) | |
| postDispatch ($eventName, Event $event) | |
| preDispatch ($eventName, Event $event) | |
| preDispatch ($eventName, Event $event) | |
Protected Attributes | |
| $logger | |
| $stopwatch | |
Collects some data about event listeners.
This event dispatcher delegates the dispatching to another one.
Definition at line 27 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::__construct | ( | EventDispatcherInterface | $dispatcher, |
| Stopwatch | $stopwatch, | ||
| LoggerInterface | $logger = null |
||
| ) |
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::__construct | ( | EventDispatcherInterface | $dispatcher, |
| Stopwatch | $stopwatch, | ||
| LoggerInterface | $logger = null |
||
| ) |
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::__call | ( | $method, | |
| $arguments | |||
| ) |
Proxies all method calls to the original event dispatcher.
| string | $method | The method name |
| array | $arguments | The method arguments |
Definition at line 211 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::__call | ( | $method, | |
| $arguments | |||
| ) |
Proxies all method calls to the original event dispatcher.
| string | $method | The method name |
| array | $arguments | The method arguments |
Definition at line 211 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::addListener | ( | $eventName, | |
| $listener, | |||
$priority = 0 |
|||
| ) |
{Adds an event listener that listens on the specified events.
| string | $eventName | The event to listen on |
| callable | $listener | The listener |
| int | $priority | The higher this value, the earlier an event listener will be triggered in the chain (defaults to 0) |
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 48 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::addListener | ( | $eventName, | |
| $listener, | |||
$priority = 0 |
|||
| ) |
{Adds an event listener that listens on the specified events.
| string | $eventName | The event to listen on |
| callable | $listener | The listener |
| int | $priority | The higher this value, the earlier an event listener will be triggered in the chain (defaults to 0) |
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 48 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::addSubscriber | ( | EventSubscriberInterface | $subscriber | ) |
{Adds an event subscriber.The subscriber is asked for all the events he is interested in and added as a listener for these events.}
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 56 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::addSubscriber | ( | EventSubscriberInterface | $subscriber | ) |
{Adds an event subscriber.The subscriber is asked for all the events he is interested in and added as a listener for these events.}
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 56 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch | ( | $eventName, | |
| Event | $event = null |
||
| ) |
{Dispatches an event to all registered listeners.
| string | $eventName | The name of the event to dispatch. The name of the event is the name of the method that is invoked on listeners. |
| Event | $event | The event to pass to the event handlers/listeners If not supplied, an empty Event instance is created |
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 118 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
References Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher\postDispatch(), and Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher\preDispatch().
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch | ( | $eventName, | |
| Event | $event = null |
||
| ) |
{Dispatches an event to all registered listeners.
| string | $eventName | The name of the event to dispatch. The name of the event is the name of the method that is invoked on listeners. |
| Event | $event | The event to pass to the event handlers/listeners If not supplied, an empty Event instance is created |
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 118 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
References Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher\postDispatch(), and Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher\preDispatch().
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getCalledListeners | ( | ) |
{Gets the called listeners.
Implements Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface.
Definition at line 148 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getCalledListeners | ( | ) |
{Gets the called listeners.
Implements Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface.
Definition at line 148 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getListenerPriority | ( | $eventName, | |
| $listener | |||
| ) |
{}
Definition at line 98 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getListenerPriority | ( | $eventName, | |
| $listener | |||
| ) |
{}
Definition at line 98 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getListeners | ( | $eventName = null | ) |
{Gets the listeners of a specific event or all listeners sorted by descending priority.
| string | $eventName | The name of the event |
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 90 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getListeners | ( | $eventName = null | ) |
{Gets the listeners of a specific event or all listeners sorted by descending priority.
| string | $eventName | The name of the event |
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 90 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
Referenced by Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher\getNotCalledListeners().
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getNotCalledListeners | ( | ) |
{Gets the not called listeners.
Implements Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface.
Definition at line 164 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
References Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher\getListeners().
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getNotCalledListeners | ( | ) |
{Gets the not called listeners.
Implements Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface.
Definition at line 164 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
References Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher\getListeners().
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::hasListeners | ( | $eventName = null | ) |
{Checks whether an event has any registered listeners.
| string | $eventName | The name of the event |
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 110 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::hasListeners | ( | $eventName = null | ) |
{Checks whether an event has any registered listeners.
| string | $eventName | The name of the event |
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 110 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
|
protected |
Called after dispatching the event.
| string | $eventName | The event name |
| Event | $event | The event |
Definition at line 232 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
|
protected |
Called after dispatching the event.
| string | $eventName | The event name |
| Event | $event | The event |
Definition at line 232 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
Referenced by Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher\dispatch().
|
protected |
Called before dispatching the event.
| string | $eventName | The event name |
| Event | $event | The event |
Definition at line 222 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
Referenced by Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher\dispatch().
|
protected |
Called before dispatching the event.
| string | $eventName | The event name |
| Event | $event | The event |
Definition at line 222 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::removeListener | ( | $eventName, | |
| $listener | |||
| ) |
{Removes an event listener from the specified events.
| string | $eventName | The event to remove a listener from |
| callable | $listener | The listener to remove |
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 64 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::removeListener | ( | $eventName, | |
| $listener | |||
| ) |
{Removes an event listener from the specified events.
| string | $eventName | The event to remove a listener from |
| callable | $listener | The listener to remove |
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 64 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::removeSubscriber | ( | EventSubscriberInterface | $subscriber | ) |
{}
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 82 of file vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
| Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::removeSubscriber | ( | EventSubscriberInterface | $subscriber | ) |
{}
Implements Symfony\Component\EventDispatcher\EventDispatcherInterface.
Definition at line 82 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
|
protected |
Definition at line 29 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
Referenced by Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher\__construct().
|
protected |
Definition at line 30 of file lib/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php.
Referenced by Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher\__construct().