You are here

public function TimeDataCollector::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector::__construct()

File

vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php, line 28

Class

TimeDataCollector
TimeDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function __construct(KernelInterface $kernel = null, $stopwatch = null) {
  $this->kernel = $kernel;
  $this->stopwatch = $stopwatch;
}