SensioLabs\Deptrac\Configuration\ConfigurationLayer::__construct PHP Method

__construct() private method

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