You are here

public function BotchaRecipeControllerLogger::getRecipes in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 controller/recipe/decorator/logger/botcha.recipe.controller.logger.inc \BotchaRecipeControllerLogger::getRecipes()

Overrides IBotchaRecipeController::getRecipes

File

controller/recipe/decorator/logger/botcha.recipe.controller.logger.inc, line 15
Contains BotchaRecipeControllerLogger class.

Class

BotchaRecipeControllerLogger
@file Contains BotchaRecipeControllerLogger class.

Code

public function getRecipes($reset = FALSE) {
  return $this
    ->logCall('getRecipes', array(
    $reset,
  ));
}