[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ -> TimeDataCollector.php (summary)

(no description)

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

Defines 1 class

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