From 4858b5e94a9a64ee30bc66473e5864c853e92b33 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 28 Sep 2014 16:13:52 +0200 Subject: Expose getAppKeys trough \OCP\IConfig --- lib/public/iconfig.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'lib/public') diff --git a/lib/public/iconfig.php b/lib/public/iconfig.php index d4a8cdc7381..1d13a7a6e2e 100644 --- a/lib/public/iconfig.php +++ b/lib/public/iconfig.php @@ -51,6 +51,20 @@ interface IConfig { */ public function getSystemValue($key, $default = ''); + /** + * Delete a system wide defined value + * + * @param string $key the key of the value, under which it was saved + */ + public function deleteSystemValue($key); + + /** + * Get all keys stored for an app + * + * @param string $appName the appName that we stored the value under + * @return string[] the keys stored for the app + */ + public function getAppKeys($appName); /** * Writes a new app wide value -- cgit v1.2.3