N98\Magento\Application\ConfigurationLoader::__construct PHP Method

__construct() public method

Load config If $magentoRootFolder is null, only non-project config is loaded
public __construct ( array $config, boolean $isPharMode, Symfony\Component\Console\Output\OutputInterface $output )
$config array
$isPharMode boolean
$output Symfony\Component\Console\Output\OutputInterface
    public function __construct(array $config, $isPharMode, OutputInterface $output)
    {
        $this->_initialConfig = $config;
        $this->_isPharMode = $isPharMode;
        $this->_output = $output;
    }