You are here

public function EventDataCollector::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\DataCollector

Code

public function __construct(EventDispatcherInterface $dispatcher = null) {
  $this->dispatcher = $dispatcher;
}