From 719008836d5254c6fa3975c5044d1c6a811bc124 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 5 Dec 2014 16:34:54 +0100 Subject: introduce deleteAllUserValues --- lib/public/iconfig.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/public/iconfig.php') diff --git a/lib/public/iconfig.php b/lib/public/iconfig.php index 671ae92234b..fe155cc61b0 100644 --- a/lib/public/iconfig.php +++ b/lib/public/iconfig.php @@ -141,4 +141,11 @@ interface IConfig { * @param string $key the key under which the value is being stored */ public function deleteUserValue($userId, $appName, $key); + + /** + * Delete all user values + * + * @param string $userId the userId of the user that we want to remove all values from + */ + public function deleteAllUserValues($userId); } -- cgit v1.2.3