Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-05-19 13:11:07 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-23 13:36:38 +0300
commit7f48b6f14faf42774332ef90a7fa660f1bbd1633 (patch)
tree7c287a7ee91a69b038ca63ea0020a824b0525569 /lib/public/Settings
parentd56e86cfde49910d3af564fb7e6dd553279dfc3c (diff)
Adopt DB and Manager to personal settings structure
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib/public/Settings')
-rw-r--r--lib/public/Settings/IManager.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/public/Settings/IManager.php b/lib/public/Settings/IManager.php
index 2c992399267..1242f835152 100644
--- a/lib/public/Settings/IManager.php
+++ b/lib/public/Settings/IManager.php
@@ -38,6 +38,16 @@ interface IManager {
const KEY_ADMIN_SECTION = 'admin-section';
/**
+ * @since 12.0.0
+ */
+ const KEY_PERSONAL_SETTINGS = 'personal';
+
+ /**
+ * @since 12.0.0
+ */
+ const KEY_PERSONAL_SECTION = 'personal-section';
+
+ /**
* sets up settings according to data specified by an apps info.xml, within
* the <settings> element.
*