FeController::allowedActions PHP Method

allowedActions() public method

List of allowd default Actions for the user
public allowedActions ( ) : type
return type
    public function allowedActions()
    {
        return 'login,logout';
    }