You are here

public static function BotchaModel::getRecipesRecipebooks in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.2 model/botcha.model.inc \BotchaModel::getRecipesRecipebooks()
  2. 6.3 model/application/botcha.application.model.inc \BotchaModel::getRecipesRecipebooks()
  3. 7.2 model/botcha.model.inc \BotchaModel::getRecipesRecipebooks()

Overrides IBotchaModel::getRecipesRecipebooks

File

model/application/botcha.application.model.inc, line 169
Contains BotchaModel class.

Class

BotchaModel

Code

public static function getRecipesRecipebooks($parameters = array()) {

  // @todo Remove hardcode.
  $parameters['mode'] = !empty($parameters['mode']) ? $parameters['mode'] : 'recipebook';
  return self::getRecipebooksRecipes($parameters);
}