[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/event-dispatcher/Debug/ -> TraceableEventDispatcher.php (summary)

(no description)

File Size: 375 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

TraceableEventDispatcher:: (18 methods):
  __construct()
  addListener()
  addSubscriber()
  removeListener()
  removeSubscriber()
  getListeners()
  getListenerPriority()
  hasListeners()
  dispatch()
  getCalledListeners()
  getNotCalledListeners()
  __call()
  preDispatch()
  postDispatch()
  preProcess()
  postProcess()
  getListenerInfo()
  sortListenersByPriority()


Class: TraceableEventDispatcher  - X-Ref

Collects some data about event listeners.

This event dispatcher delegates the dispatching to another one.

__construct(EventDispatcherInterface $dispatcher, Stopwatch $stopwatch, LoggerInterface $logger = null)   X-Ref
No description

addListener($eventName, $listener, $priority = 0)   X-Ref
{@inheritdoc}


addSubscriber(EventSubscriberInterface $subscriber)   X-Ref
{@inheritdoc}


removeListener($eventName, $listener)   X-Ref
{@inheritdoc}


removeSubscriber(EventSubscriberInterface $subscriber)   X-Ref
{@inheritdoc}


getListeners($eventName = null)   X-Ref
{@inheritdoc}


getListenerPriority($eventName, $listener)   X-Ref
{@inheritdoc}


hasListeners($eventName = null)   X-Ref
{@inheritdoc}


dispatch($eventName, Event $event = null)   X-Ref
{@inheritdoc}


getCalledListeners()   X-Ref
{@inheritdoc}


getNotCalledListeners()   X-Ref
{@inheritdoc}


__call($method, $arguments)   X-Ref
Proxies all method calls to the original event dispatcher.

param: string $method    The method name
param: array  $arguments The method arguments
return: mixed

preDispatch($eventName, Event $event)   X-Ref
Called before dispatching the event.

param: string $eventName The event name
param: Event  $event     The event

postDispatch($eventName, Event $event)   X-Ref
Called after dispatching the event.

param: string $eventName The event name
param: Event  $event     The event

preProcess($eventName)   X-Ref
No description

postProcess($eventName)   X-Ref
No description

getListenerInfo($listener, $eventName)   X-Ref
Returns information about the listener.

param: object $listener  The listener
param: string $eventName The event name
return: array Information about the listener

sortListenersByPriority($a, $b)   X-Ref
No description



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1