You are here

protected function BotchaRecipeTimegate::getFieldName in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.2 controller/botcha_recipe.controller.inc \BotchaRecipeTimegate::getFieldName()
  2. 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeTimegate::getFieldName()
  3. 7.2 controller/botcha_recipe.controller.inc \BotchaRecipeTimegate::getFieldName()

Overrides BotchaRecipe::getFieldName

File

controller/recipe/botcha.recipe.controller.inc, line 953
Controller layer of the BotchaRecipe objects.

Class

BotchaRecipeTimegate

Code

protected function getFieldName($delta) {
  switch ($delta) {
    case 0:
    default:
      return 'timegate';
      break;
  }
}