public function BotchaForm::setRecipebook in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.3 controller/form/botcha.form.controller.inc \BotchaForm::setRecipebook()
File
- controller/
form/ botcha.form.controller.inc, line 99 - Controller layer of the BotchaForm objects.
Class
Code
public function setRecipebook($rbid) {
$this->recipebook = $rbid;
return $this;
}