You are here

public function BotchaForm::setRecipebook in BOTCHA Spam Prevention 6.3

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

BotchaForm

Code

public function setRecipebook($rbid) {
  $this->recipebook = $rbid;
  return $this;
}