You are here

interface IBotchaModel in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 model/application/botcha.application.model.inc \IBotchaModel

Hierarchy

Expanded class hierarchy of IBotchaModel

All classes that implement IBotchaModel

File

model/application/botcha.application.model.inc, line 113
Contains BotchaModel class.

View source
interface IBotchaModel {
  public static function getFormsRecipebooks($parameters = array());
  public static function getRecipebooksForms($parameters = array());
  public static function getRecipesRecipebooks($parameters = array());
  public static function getRecipebooksRecipes($parameters = array());

}

Members