public function TimeDataCollector::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\DataCollectorCode
public function __construct(KernelInterface $kernel = null, $stopwatch = null) {
$this->kernel = $kernel;
$this->stopwatch = $stopwatch;
}