summaryrefslogtreecommitdiffstats
path: root/lib/user.php
diff options
context:
space:
mode:
authorSam Tuke <samtuke@owncloud.com>2012-06-01 16:34:09 +0100
committerSam Tuke <samtuke@owncloud.com>2012-06-01 16:34:09 +0100
commit7203f6951efbb56fcd300900e541c198cd994667 (patch)
treead7bd95177b7dcc0f6ed7709df9a25521f5ace1d /lib/user.php
parente6b0eb3423ff0346fce64aadc1b33d481be7761f (diff)
downloadnextcloud-server-7203f6951efbb56fcd300900e541c198cd994667.tar.gz
nextcloud-server-7203f6951efbb56fcd300900e541c198cd994667.zip
Extended class comment
Diffstat (limited to 'lib/user.php')
-rw-r--r--lib/user.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/user.php b/lib/user.php
index d7e9bf1a64c..be349aeb055 100644
--- a/lib/user.php
+++ b/lib/user.php
@@ -21,7 +21,9 @@
*/
/**
- * This class provides all methods for user management.
+ * This class provides wrapper methods for user management. Multiple backends are
+ * supported. User management operations are delegated to the configured backend for
+ * execution.
*
* Hooks provided:
* pre_createUser(&run, uid, password)