interface IBotchaRecipebookController in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.3 controller/recipebook/botcha.recipebook.controller.inc \IBotchaRecipebookController
@file Controller layer of the BotchaRecipebook objects.
Hierarchy
- interface \IBotchaRecipebookController
Expanded class hierarchy of IBotchaRecipebookController
All classes that implement IBotchaRecipebookController
File
- controller/
recipebook/ botcha.recipebook.controller.inc, line 8 - Controller layer of the BotchaRecipebook objects.
View source
interface IBotchaRecipebookController {
public function getRecipebook($id = 'default', $create = TRUE);
public function getRecipebooks($reset = FALSE);
public function save($recipebook);
public function delete($recipebook);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
IBotchaRecipebookController:: |
public | function | 2 | |
IBotchaRecipebookController:: |
public | function | 2 | |
IBotchaRecipebookController:: |
public | function | 2 | |
IBotchaRecipebookController:: |
public | function | 2 |