Kraken\Config\Config::__construct PHP Method

__construct() public method

public __construct ( array $config = [], callable $handler = null )
$config array
$handler callable
    public function __construct($config = [], callable $handler = null)
    {
        $this->setConfiguration($config);
        $this->setOverwriteHandler($handler);
    }