You are here

interface IBotchaRecipeModel in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 model/recipe/botcha.recipe.model.inc \IBotchaRecipeModel

@file Contains BotchaRecipeModel class.

Model layer of the BotchaRecipe objects.

Hierarchy

Expanded class hierarchy of IBotchaRecipeModel

All classes that implement IBotchaRecipeModel

File

model/recipe/botcha.recipe.model.inc, line 10
Contains BotchaRecipeModel class.

View source
interface IBotchaRecipeModel {
  public function getRecipe($id);
  public function getRecipes($parameters = array());
  public function save($recipe);

}

Members