public function BotchaRecipeController::getRecipes in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeController::getRecipes()
Overrides IBotchaRecipeController::getRecipes
File
- controller/
recipe/ botcha.recipe.controller.inc, line 38 - Controller layer of the BotchaRecipe objects.
Class
Code
public function getRecipes($reset = FALSE) {
$rs = array_keys($this
->getModel()
->getRecipes());
return $rs;
}