protected function BotchaRecipeTimegate::getFieldName in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.2 controller/botcha_recipe.controller.inc \BotchaRecipeTimegate::getFieldName()
- 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeTimegate::getFieldName()
- 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
Code
protected function getFieldName($delta) {
switch ($delta) {
case 0:
default:
return 'timegate';
break;
}
}