From 5a4854079fbf9c6b359c1c9afdaeb5c6e19609e8 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sun, 26 Aug 2012 16:24:25 +0200 Subject: implement getHome in OC_User --- lib/user/example.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/user/example.php') diff --git a/lib/user/example.php b/lib/user/example.php index 77246d8136c..b2d0dc25410 100644 --- a/lib/user/example.php +++ b/lib/user/example.php @@ -57,4 +57,14 @@ abstract class OC_User_Example extends OC_User_Backend { * returns the user id or false */ abstract public function checkPassword($uid, $password); + + /** + * @brief get the user's home directory + * @param $uid The username + * @returns string + * + * get the user's home directory + * returns the path or false + */ + abstract public function getHome($uid); } -- cgit v1.2.3