You are here

protected function BotchaRecipebookController::getModel in BOTCHA Spam Prevention 7.3

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

Just for IDE autocomplete feature.

Return value

BotchaRecipebookModel

File

controller/recipebook/botcha.recipebook.controller.inc, line 24
Controller layer of the BotchaRecipebook objects.

Class

BotchaRecipebookController

Code

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