diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-19 10:36:57 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-19 10:36:57 +0200 |
commit | 08f7d4c552bf2c1974828c332b9dc74ea9ba8dd1 (patch) | |
tree | b978067460cb93d76c7c8125dd0d9c9e93126d47 /lib/public/user.php | |
parent | 35bd60121549aaedb398081ff05403c4e2508866 (diff) | |
download | nextcloud-server-08f7d4c552bf2c1974828c332b9dc74ea9ba8dd1.tar.gz nextcloud-server-08f7d4c552bf2c1974828c332b9dc74ea9ba8dd1.zip |
document the public classes a bit more
Diffstat (limited to 'lib/public/user.php')
-rw-r--r-- | lib/public/user.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/user.php b/lib/public/user.php index 53ff8d25fc5..d351b001e8f 100644 --- a/lib/public/user.php +++ b/lib/public/user.php @@ -30,6 +30,9 @@ // This means that they should be used by apps instead of the internal ownCloud classes namespace OCP; +/** + * This class provides access to the user management. You can get information about the currently logged in user and the permissions for example + */ class User { |