Horde_Block_Account_Base::getHome PHP Method

getHome() public method

Returns the user's home (login) directory.
public getHome ( ) : string
return string The user's directory.
    public function getHome()
    {
        return '';
    }