SensioLabs\Deptrac\Configuration\ConfigurationLayer::__construct PHP Méthode

__construct() private méthode

private __construct ( $collectors, $name )
$collectors
    private function __construct($collectors, $name)
    {
        $this->collectors = $collectors;
        $this->name = $name;
    }