From: Sam Tuke Date: Fri, 1 Jun 2012 15:34:09 +0000 (+0100) Subject: Extended class comment X-Git-Tag: v4.5.0beta1~74^2~425^2~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7203f6951efbb56fcd300900e541c198cd994667;p=nextcloud-server.git Extended class comment --- 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)