public function EventDataCollector::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/DataCollector/EventDataCollector.php \Symfony\Component\HttpKernel\DataCollector\EventDataCollector::__construct()
File
- vendor/
symfony/ http-kernel/ DataCollector/ EventDataCollector.php, line 28
Class
- EventDataCollector
- EventDataCollector.
Namespace
Symfony\Component\HttpKernel\DataCollectorCode
public function __construct(EventDispatcherInterface $dispatcher = null) {
$this->dispatcher = $dispatcher;
}