From 7f48b6f14faf42774332ef90a7fa660f1bbd1633 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 19 May 2017 12:11:07 +0200 Subject: Adopt DB and Manager to personal settings structure Signed-off-by: Arthur Schiwon --- lib/public/Settings/IManager.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/public/Settings') 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 @@ -37,6 +37,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 element. -- cgit v1.2.3