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