You are here

interface IBotchaRecipeController in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 controller/recipe/botcha.recipe.controller.inc \IBotchaRecipeController

@file Controller layer of the BotchaRecipe objects.

Hierarchy

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