You are here

public function BotchaModelLogger::getRecipebooksForms in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 model/application/decorator/logger/botcha.application.model.logger.inc \BotchaModelLogger::getRecipebooksForms()

Overrides IBotchaModel::getRecipebooksForms

File

model/application/decorator/logger/botcha.application.model.logger.inc, line 15
Contains BotchaModelLogger class.

Class

BotchaModelLogger
@file Contains BotchaModelLogger class.

Code

public function getRecipebooksForms($parameters = array()) {
  return $this
    ->logCall('getRecipebooksForms', $parameters);
}