function TimeDataCollector::__construct
Parameters
\Symfony\Component\HttpKernel\KernelInterface $kernel:
$stopwatch:
File
-
webprofiler/
src/ DataCollector/ TimeDataCollector.php, line 24
Class
- TimeDataCollector
- Class TimeDataCollector.
Namespace
Drupal\webprofiler\DataCollectorCode
public function __construct(KernelInterface $kernel = NULL, $stopwatch = NULL) {
parent::__construct($kernel, $stopwatch);
}