OC_User: getHome is an optional method, taking it out of the Interface

This commit is contained in:
Arthur Schiwon 2012-08-27 14:07:09 +02:00
parent 3970d0e636
commit 0f379fd28a

View 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);
}