]> source.dussan.org Git - nextcloud-server.git/commitdiff
OC_User: getHome is an optional method, taking it out of the Interface
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 27 Aug 2012 12:07:09 +0000 (14:07 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 27 Aug 2012 12:07:28 +0000 (14:07 +0200)
lib/user/interface.php

index 5e5efe0010a4295fbfe55671932b11c5fdb9c101..a4903898fb1c5f88908d0e1e1c2a8885ed4326e8 100644 (file)
@@ -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