Crunz\Configuration\Configuration::__construct PHP Method

__construct() protected method

Process the configuration file into an array
protected __construct ( )
    protected function __construct()
    {
        $this->parameters = $this->process($this->locateConfigFile());
    }