AppConfig

class OC\AppFramework\Services\AppConfig
Source:lib/private/AppFramework/Services/AppConfig.php#33
Implements:OCP\AppFramework\Services\IAppConfig

Properties

Methods

public OC\AppFramework\Services\AppConfig::__construct($config, $appName)
Source:lib/private/AppFramework/Services/AppConfig.php#41
public OC\AppFramework\Services\AppConfig::getAppKeys()
Source:lib/private/AppFramework/Services/AppConfig.php#46
public OC\AppFramework\Services\AppConfig::setAppValue($key, $value)
Source:lib/private/AppFramework/Services/AppConfig.php#50
public OC\AppFramework\Services\AppConfig::getAppValue($key, $default="")
Source:lib/private/AppFramework/Services/AppConfig.php#54
public OC\AppFramework\Services\AppConfig::deleteAppValue($key)
Source:lib/private/AppFramework/Services/AppConfig.php#58
public OC\AppFramework\Services\AppConfig::deleteAppValues()
Source:lib/private/AppFramework/Services/AppConfig.php#62
public OC\AppFramework\Services\AppConfig::setUserValue($userId, $key, $value, $preCondition=null)
Source:lib/private/AppFramework/Services/AppConfig.php#66
public OC\AppFramework\Services\AppConfig::getUserValue($userId, $key, $default="")
Source:lib/private/AppFramework/Services/AppConfig.php#70
public OC\AppFramework\Services\AppConfig::deleteUserValue($userId, $key)
Source:lib/private/AppFramework/Services/AppConfig.php#74