RController::allowedActions PHP Method

allowedActions() public method

public allowedActions ( ) : string
return string the actions that are always allowed separated by commas.
    public function allowedActions()
    {
        return '';
    }