You are here

interface IBotchaRecipebookController in BOTCHA Spam Prevention 6.3

Same name and namespace in other branches
  1. 7.3 controller/recipebook/botcha.recipebook.controller.inc \IBotchaRecipebookController

@file Controller layer of the BotchaRecipebook objects.

Hierarchy

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