Class FormCaptcha extends Widget
Inheritance:
- System
 - Controller
 - Widget
 - FormCaptcha
 
/system/modules/frontend/FormCaptcha.php line 40
  Automatically extracted PHP DOC comment from code: END OF PHP DOC 
 Class FormCaptcha
 File upload field.
Methods
- protected setQuestion()
 - public generate() overrides Widget::generate()
 - public generateLabel() overrides Widget::generateLabel()
 - public generateQuestion()
 - public validate() overrides Widget::validate()
 - public __construct(array $arrAttributes) overrides Widget::__construct()
 - public __set(string $strKey, mixed $varValue) overrides Widget::__set()
 
Properties
- protected string $strCaptchaKey
 - protected string $strQuestion
 - protected string $strTemplate
 

Add a comment