Kraken\Config\Config::__construct PHP Метод

__construct() публичный Метод

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