public function BotchaForm::__construct in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.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
Code
public function __construct($form_id) {
$this->id = $form_id;
$this->form_id = $form_id;
}