[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Debug/ -> TraceableEventDispatcher.php (summary)

(no description)

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

Defines 1 class

TraceableEventDispatcher:: (3 methods):
  setProfiler()
  preDispatch()
  postDispatch()


Class: TraceableEventDispatcher  - X-Ref

Collects some data about event listeners.

This event dispatcher delegates the dispatching to another one.

setProfiler(Profiler $profiler = null)   X-Ref
Sets the profiler.

The traceable event dispatcher does not use the profiler anymore.
The job is now done directly by the Profiler listener and the
data collectors themselves.

param: Profiler|null $profiler A Profiler instance

preDispatch($eventName, Event $event)   X-Ref
{@inheritdoc}


postDispatch($eventName, Event $event)   X-Ref
{@inheritdoc}




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