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

__construct() private method

ConfigurationCollector constructor.
private __construct ( $type, $args )
$type
$args
    private function __construct($type, $args)
    {
        $this->type = $type;
        $this->args = $args;
    }