public static function BotchaModel::getRecipesRecipebooks in BOTCHA Spam Prevention 7.2
Same name and namespace in other branches
- 6.2 model/botcha.model.inc \BotchaModel::getRecipesRecipebooks()
- 6.3 model/application/botcha.application.model.inc \BotchaModel::getRecipesRecipebooks()
- 7.3 model/application/botcha.application.model.inc \BotchaModel::getRecipesRecipebooks()
1 call to BotchaModel::getRecipesRecipebooks()
- Botcha::getRecipe in controller/
botcha.controller.inc - Gets a recipe from cache. If it does not exists in cache - gets from database. If it does not exists there also - returns NULL.
File
- model/
botcha.model.inc, line 69
Class
Code
public static function getRecipesRecipebooks($parameters = NULL) {
return self::getRecipebooksRecipes($parameters);
}