You are here

function BotchaForm::unsetRecipebook in BOTCHA Spam Prevention 6.3

Same name and namespace in other branches
  1. 7.3 controller/form/botcha.form.controller.inc \BotchaForm::unsetRecipebook()

File

controller/form/botcha.form.controller.inc, line 104
Controller layer of the BotchaForm objects.

Class

BotchaForm

Code

function unsetRecipebook() {
  unset($this->recipebook);
  return $this;
}