You are here

public function BotchaRecipebook::save in BOTCHA Spam Prevention 7.2

Same name and namespace in other branches
  1. 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

BotchaRecipebook

Code

public function save() {

  // Save recipe book to DB.
  BotchaRecipebookModel::save($this);
  parent::save();
}