You are here

protected function BotchaRecipeController::getModel in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeController::getModel()

Just for IDE autocomplete feature.

Return value

BotchaRecipeModel

File

controller/recipe/botcha.recipe.controller.inc, line 23
Controller layer of the BotchaRecipe objects.

Class

BotchaRecipeController

Code

protected function getModel() {
  return parent::getModel();
}