protected function BotchaRecipeUsingJsAbstract::getJsName in BOTCHA Spam Prevention 6.3
Same name and namespace in other branches
- 6.2 controller/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/
recipe/ botcha.recipe.controller.inc, line 598 - Controller layer of the BotchaRecipe objects.
Class
Code
protected function getJsName() {
// Must start with a literal.
return 'a' . substr($this->secret, 0, 10) . substr($this
->getProperty($this->seed, 'getSeed'), 6, 8);
}