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
path: root/lib/user
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-08-27 16:07:09 +0400
committerArthur Schiwon <blizzz@owncloud.com>2012-08-27 16:07:28 +0400
commit0f379fd28afe3d922f3d856f097366c0a3d52a8d (patch)
treeed543584e4644d221d9906219b02cf9d4377c4ec /lib/user
parent3970d0e63671c11b3efe87caec9bca51c7a0908d (diff)
OC_User: getHome is an optional method, taking it out of the Interface
Diffstat (limited to 'lib/user')
-rw-r--r--lib/user/interface.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/user/interface.php b/lib/user/interface.php
index 5e5efe0010a..a4903898fb1 100644
--- a/lib/user/interface.php
+++ b/lib/user/interface.php
@@ -57,11 +57,4 @@ interface OC_User_Interface {
*/
public function userExists($uid);
- /**
- * @brief get the user's home directory
- * @param string $uid the username
- * @return boolean
- */
- public function getHome($uid);
-
} \ No newline at end of file