SensioLabs\Deptrac\Configuration\ConfigurationCollector::__construct PHP 메소드

__construct() 개인적인 메소드

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