function BotchaRecipe::getFieldClass in BOTCHA Spam Prevention 6.2
Same name and namespace in other branches
- 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipe::getFieldClass()
- 7.2 controller/botcha_recipe.controller.inc \BotchaRecipe::getFieldClass()
- 7.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipe::getFieldClass()
File
- controller/
botcha_recipe.controller.inc, line 287 - Controller layer of the BotchaRecipe objects.
Class
- BotchaRecipe
- Abstract class to describe recipe data structure.
Code
function getFieldClass($delta) {
// 'a' fix for Firefox - it breaks on ".<number>" class in CSS filter!
return 'a' . substr($this
->getProperty($this->seed, 'getSeed'), 1, 4) . '_field';
}