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

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

Check if configuration under $key exists.
public exists ( string $key ) : boolean
$key string
Результат boolean
    public function exists($key);
ConfigReaderInterface