You are here

public function BotchaRecipebook::setForm in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 controller/recipebook/botcha.recipebook.controller.inc \BotchaRecipebook::setForm()
1 call to BotchaRecipebook::setForm()
BotchaRecipebook::getForms in controller/recipebook/botcha.recipebook.controller.inc
@todo BotchaRecipebook getForms Description.

File

controller/recipebook/botcha.recipebook.controller.inc, line 180
Controller layer of the BotchaRecipebook objects.

Class

BotchaRecipebook

Code

public function setForm($form_id) {
  $this->forms[$form_id] = $form_id;
  return $this;
}