OCA\Richdocuments\AppConfig::setAppValue PHP Метод

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

Set a value by key
public setAppValue ( string $key, string $value ) : string
$key string
$value string
Результат string
    public function setAppValue($key, $value)
    {
        return $this->config->setAppValue($this->appName, $key, $value);
    }