public function BotchaRecipebook::save in BOTCHA Spam Prevention 7.2
Same name and namespace in other branches
- 6.2 controller/botcha_recipebook.controller.inc \BotchaRecipebook::save()
Overrides BotchaRecipebookAbstract::save
File
- controller/
botcha_recipebook.controller.inc, line 460 - Controller layer of the BotchaRecipebook objects.
Class
Code
public function save() {
// Save recipe book to DB.
BotchaRecipebookModel::save($this);
parent::save();
}