protected function BotchaRecipeController::getModel in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeController::getModel()
Just for IDE autocomplete feature.
Return value
File
- controller/
recipe/ botcha.recipe.controller.inc, line 23 - Controller layer of the BotchaRecipe objects.
Class
Code
protected function getModel() {
return parent::getModel();
}