[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

TimeDataCollector:: (11 methods):
  __construct()
  collect()
  reset()
  lateCollect()
  setEvents()
  getEvents()
  getDuration()
  getInitTime()
  getStartTime()
  isStopwatchInstalled()
  getName()


Class: TimeDataCollector  - X-Ref


__construct(KernelInterface $kernel = null, Stopwatch $stopwatch = null)   X-Ref
No description

collect(Request $request, Response $response, \Exception $exception = null)   X-Ref
{@inheritdoc}


reset()   X-Ref
{@inheritdoc}


lateCollect()   X-Ref
{@inheritdoc}


setEvents(array $events)   X-Ref
Sets the request events.

param: StopwatchEvent[] $events The request events

getEvents()   X-Ref
Gets the request events.

return: StopwatchEvent[] 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: float

isStopwatchInstalled()   X-Ref

return: bool whether or not the stopwatch component is installed

getName()   X-Ref
{@inheritdoc}




Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1