function BotchaRecipeUsingJsAbstract::getJsName in BOTCHA Spam Prevention 6.2
Same name and namespace in other branches
- 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeUsingJsAbstract::getJsName()
- 7.2 controller/botcha_recipe.controller.inc \BotchaRecipeUsingJsAbstract::getJsName()
- 7.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeUsingJsAbstract::getJsName()
Get name of JS-script, attached to field.
File
- controller/
botcha_recipe.controller.inc, line 543 - Controller layer of the BotchaRecipe objects.
Class
Code
function getJsName() {
// Must start with a literal.
return 'a' . substr($this->secret, 0, 10) . substr($this
->getProperty($this->seed, 'getSeed'), 6, 8);
}