You are here

public function BotchaRecipeController::getRecipes in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 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

BotchaRecipeController

Code

public function getRecipes($reset = FALSE) {
  $rs = array_keys($this
    ->getModel()
    ->getRecipes());
  return $rs;
}