You are here

public function BotchaForm::__construct in BOTCHA Spam Prevention 6.3

Same name and namespace in other branches
  1. 7.3 controller/form/botcha.form.controller.inc \BotchaForm::__construct()
1 method overrides BotchaForm::__construct()
BotchaFormNone::__construct in controller/form/botcha.form.controller.inc

File

controller/form/botcha.form.controller.inc, line 94
Controller layer of the BotchaForm objects.

Class

BotchaForm

Code

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