public function BotchaRecipebookAbstract::save in BOTCHA Spam Prevention 6.2
Same name and namespace in other branches
- 7.2 controller/botcha_recipebook.controller.inc \BotchaRecipebookAbstract::save()
2 calls to BotchaRecipebookAbstract::save()
- BotchaRecipebook::save in controller/
botcha_recipebook.controller.inc - BotchaRecipebookNone::save in controller/
botcha_recipebook.controller.inc
2 methods override BotchaRecipebookAbstract::save()
- BotchaRecipebook::save in controller/
botcha_recipebook.controller.inc - BotchaRecipebookNone::save in controller/
botcha_recipebook.controller.inc
File
- controller/
botcha_recipebook.controller.inc, line 114 - Controller layer of the BotchaRecipebook objects.
Class
- BotchaRecipebookAbstract
- @file Controller layer of the BotchaRecipebook objects.
Code
public function save() {
// Clean session to fetch new values.
Botcha::clean();
}