public function BotchaRecipeControllerLogger::getRecipe in BOTCHA Spam Prevention 6.3
Same name and namespace in other branches
- 7.3 controller/recipe/decorator/logger/botcha.recipe.controller.logger.inc \BotchaRecipeControllerLogger::getRecipe()
Overrides IBotchaRecipeController::getRecipe
File
- controller/
recipe/ decorator/ logger/ botcha.recipe.controller.logger.inc, line 14 - Contains BotchaRecipeControllerLogger class.
Class
- BotchaRecipeControllerLogger
- @file Contains BotchaRecipeControllerLogger class.
Code
public function getRecipe($id, $create = TRUE) {
return $this
->logCall('getRecipe', array(
$id,
$create,
));
}