Kraken\Config\ConfigReaderInterface::get PHP Метод

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

Get configuration saved under $key or $default if it does not exist.
public get ( string $key = '', mixed $default = null ) : mixed
$key string
$default mixed
Результат mixed
    public function get($key = '', $default = null);
ConfigReaderInterface