You are here

protected function BotchaRecipebookAbstract::__construct in BOTCHA Spam Prevention 7.2

Same name and namespace in other branches
  1. 6.2 controller/botcha_recipebook.controller.inc \BotchaRecipebookAbstract::__construct()
1 method overrides BotchaRecipebookAbstract::__construct()
BotchaRecipebookNone::__construct in controller/botcha_recipebook.controller.inc

File

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

Class

BotchaRecipebookAbstract
@file Controller layer of the BotchaRecipebook objects.

Code

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