public function ConfigDataCollector::__construct

Constructor.

Parameters

string $name The name of the application using the web profiler:

string $version The version of the application using the web profiler:

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php, line 37

Class

ConfigDataCollector
ConfigDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function __construct($name = null, $version = null) {
  $this->name = $name;
  $this->version = $version;
}