[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 99 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
TraceableEventDispatcher:: (3 methods):
setProfiler()
preDispatch()
postDispatch()
Class: TraceableEventDispatcher - X-Ref
Collects some data about event listeners.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 |