[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 128 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ProfilerListener:: (5 methods):
__construct()
onKernelException()
onKernelResponse()
onKernelTerminate()
getSubscribedEvents()
Class: ProfilerListener - X-Ref
ProfilerListener collects data for the current request by listening to the kernel events.__construct(Profiler $profiler, RequestStack $requestStack, RequestMatcherInterface $matcher = null, $onlyException = false, $onlyMasterRequests = false) X-Ref |
param: Profiler $profiler A Profiler instance param: RequestStack $requestStack A RequestStack instance param: RequestMatcherInterface|null $matcher A RequestMatcher instance param: bool $onlyException True if the profiler only collects data when an exception occurs, false otherwise param: bool $onlyMasterRequests True if the profiler only collects data when the request is a master request, false otherwise |
onKernelException(GetResponseForExceptionEvent $event) X-Ref |
Handles the onKernelException event. |
onKernelResponse(FilterResponseEvent $event) X-Ref |
Handles the onKernelResponse event. |
onKernelTerminate(PostResponseEvent $event) X-Ref |
No description |
getSubscribedEvents() X-Ref |
No description |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |