You are here

interface IBotchaRecipebookModel in BOTCHA Spam Prevention 6.3

Same name and namespace in other branches
  1. 7.3 model/recipebook/botcha.recipebook.model.inc \IBotchaRecipebookModel

@file Contains BotchaRecipebookModel class.

Model layer of the BotchaRecipebook objects.

Hierarchy

Expanded class hierarchy of IBotchaRecipebookModel

All classes that implement IBotchaRecipebookModel

File

model/recipebook/botcha.recipebook.model.inc, line 10
Contains BotchaRecipebookModel class.

View source
interface IBotchaRecipebookModel {
  public function getRecipebooks($parameters = array());
  public function getRecipebook($id = 'default');
  public function save($recipebook);
  public function delete($recipebook);

}

Members