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