You are here

function BotchaRecipebookAbstract::getTitle in BOTCHA Spam Prevention 6.2

Same name and namespace in other branches
  1. 7.2 controller/botcha_recipebook.controller.inc \BotchaRecipebookAbstract::getTitle()

File

controller/botcha_recipebook.controller.inc, line 134
Controller layer of the BotchaRecipebook objects.

Class

BotchaRecipebookAbstract
@file Controller layer of the BotchaRecipebook objects.

Code

function getTitle() {
  return $this->title;
}