You are here

public function RequestDataCollector::__construct in Zircon Profile 8

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

File

vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php, line 32

Class

RequestDataCollector
RequestDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function __construct() {
  $this->controllers = new \SplObjectStorage();
}