| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 122 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
TimeDataCollector:: (8 methods):
__construct()
collect()
setEvents()
getEvents()
getDuration()
getInitTime()
getStartTime()
getName()
Class: TimeDataCollector - X-Ref
TimeDataCollector.| __construct(KernelInterface $kernel = null) X-Ref |
| No description |
| collect(Request $request, Response $response, \Exception $exception = null) X-Ref |
| {@inheritdoc} |
| setEvents(array $events) X-Ref |
| Sets the request events. param: array $events The request events |
| getEvents() X-Ref |
| Gets the request events. return: array The request events |
| getDuration() X-Ref |
| Gets the request elapsed time. return: float The elapsed time |
| getInitTime() X-Ref |
| Gets the initialization time. This is the time spent until the beginning of the request handling. return: float The elapsed time |
| getStartTime() X-Ref |
| Gets the request time. return: int The time |
| getName() X-Ref |
| {@inheritdoc} |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |