You are here

public function BotchaRecipebookControllerLogger::getRecipebooks in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 controller/recipebook/decorator/logger/botcha.recipebook.controller.logger.inc \BotchaRecipebookControllerLogger::getRecipebooks()

Overrides IBotchaRecipebookController::getRecipebooks

File

controller/recipebook/decorator/logger/botcha.recipebook.controller.logger.inc, line 14
Contains BotchaRecipebookControllerLogger class.

Class

BotchaRecipebookControllerLogger
@file Contains BotchaRecipebookControllerLogger class.

Code

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