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:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-03-22 11:16:34 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-03-22 18:32:04 +0300
commitc30b9dacae2d10f75562141479c02b8f941c4181 (patch)
treeb9e8256fe51d8aff5e6e82976f114448b8c18d8e /lib/public/UserInterface.php
parent140e7b609fb4d97e7ab3469ea4360de4c16af10c (diff)
Deprecate implementsActions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public/UserInterface.php')
-rw-r--r--lib/public/UserInterface.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/UserInterface.php b/lib/public/UserInterface.php
index 61136783b3c..b82fc6ba550 100644
--- a/lib/public/UserInterface.php
+++ b/lib/public/UserInterface.php
@@ -48,6 +48,7 @@ interface UserInterface {
* Returns the supported actions as int to be
* compared with \OC\User\Backend::CREATE_USER etc.
* @since 4.5.0
+ * @deprecated 14.0.0 Switch to the interfaces from OCP\User\Backend
*/
public function implementsActions($actions);