Horde_Block_Account_Base::getShell PHP Method

getShell() public method

Returns the user's default shell.
public getShell ( ) : string
return string The user's shell.
    public function getShell()
    {
        return '';
    }