Horde_Block_Account_Base::getFullname PHP Method

getFullname() public method

Returns the user's full name.
public getFullname ( ) : string
return string The user's full name.
    public function getFullname()
    {
        return '';
    }