public function RequestDataCollector::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\DataCollectorCode
public function __construct() {
$this->controllers = new \SplObjectStorage();
}