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