public function BotchaRecipebook::unsetForm in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.3 controller/recipebook/botcha.recipebook.controller.inc \BotchaRecipebook::unsetForm()
File
- controller/
recipebook/ botcha.recipebook.controller.inc, line 185 - Controller layer of the BotchaRecipebook objects.
Class
Code
public function unsetForm($form_id) {
unset($this->forms[$form_id]);
return $this;
}