Horde_Block_Account_Base::getFullname PHP 메소드

getFullname() 공개 메소드

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