@author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of TraceableEventDispatcherInterface
All classes that implement TraceableEventDispatcherInterface
interface TraceableEventDispatcherInterface {
/**
* Gets the called listeners.
*
* @return array An array of called listeners
*/
public function getCalledListeners();
/**
* Gets the not called listeners.
*
* @return array An array of not called listeners
*/
public function getNotCalledListeners();
}|
Name |
Modifiers | Type | Description | Overrides |
|---|---|---|---|---|
|
TraceableEventDispatcherInterface:: |
public | function | Gets the called listeners. | 2 |
|
TraceableEventDispatcherInterface:: |
public | function | Gets the not called listeners. | 2 |