You are here

public function BotchaRecipebook::__construct in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 controller/recipebook/botcha.recipebook.controller.inc \BotchaRecipebook::__construct()
1 method overrides BotchaRecipebook::__construct()
BotchaRecipebookNone::__construct in controller/recipebook/botcha.recipebook.controller.inc

File

controller/recipebook/botcha.recipebook.controller.inc, line 111
Controller layer of the BotchaRecipebook objects.

Class

BotchaRecipebook

Code

public function __construct($id) {
  $this->id = $id;
}