function BotchaForm::unsetRecipebook in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.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
Code
function unsetRecipebook() {
unset($this->recipebook);
return $this;
}