diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-05-19 12:11:07 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-23 12:36:38 +0200 |
commit | 7f48b6f14faf42774332ef90a7fa660f1bbd1633 (patch) | |
tree | 7c287a7ee91a69b038ca63ea0020a824b0525569 /lib/public | |
parent | d56e86cfde49910d3af564fb7e6dd553279dfc3c (diff) | |
download | nextcloud-server-7f48b6f14faf42774332ef90a7fa660f1bbd1633.tar.gz nextcloud-server-7f48b6f14faf42774332ef90a7fa660f1bbd1633.zip |
Adopt DB and Manager to personal settings structure
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Settings/IManager.php | 10 |
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. * |