You are here

public function BotchaRecipeModelLogger::getRecipe in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 model/recipe/decorator/logger/botcha.recipe.model.logger.inc \BotchaRecipeModelLogger::getRecipe()

Overrides IBotchaRecipeModel::getRecipe

File

model/recipe/decorator/logger/botcha.recipe.model.logger.inc, line 13
Contains BotchaRecipeModelLogger class.

Class

BotchaRecipeModelLogger
@file Contains BotchaRecipeModelLogger class.

Code

public function getRecipe($id) {
  return $this
    ->logCall('getRecipe', array(
    $id,
  ));
}