public function Botcha::formExists in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.3 controller/application/botcha.application.controller.inc \Botcha::formExists()
Overrides IBotcha::formExists
File
- controller/
application/ botcha.application.controller.inc, line 343 - Contains Botcha class.
Class
- Botcha
- Just a middleman for achieving purposes such as:
Code
public function formExists($value) {
return !$this
->getController(Botcha::CONTROLLER_TYPE_FORM)
->getForm($value, FALSE) instanceof BotchaFormNone;
}