public function BotchaRecipebook::setTitle in BOTCHA Spam Prevention 6.3
Same name and namespace in other branches
- 7.3 controller/recipebook/botcha.recipebook.controller.inc \BotchaRecipebook::setTitle()
1 call to BotchaRecipebook::setTitle()
- BotchaRecipebookNone::__construct in controller/
recipebook/ botcha.recipebook.controller.inc
File
- controller/
recipebook/ botcha.recipebook.controller.inc, line 135 - Controller layer of the BotchaRecipebook objects.
Class
Code
public function setTitle($title) {
$this->title = $title;
return $this;
}