extends |
XoopsFormElement |
|---|
Xoops Form Captcha
| Methods | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
public
|
__construct(string $caption = '', string $name = 'xoopscaptcha', boolean $skipmember = '', array $configs = [])
Constructor
Constructor Parameters
Overrides |
# | ||||||||
public
|
setConfig($name, $val): mixed
|
# | ||||||||
public
|
render(): mixed
Generates output for the element.
Generates output for the element. This method is abstract and must be overwritten by the child classes. Overrides |
# | ||||||||
public
|
renderValidationJS(): mixed
Render custom javascript validation code
|
# | ||||||||
| Properties | |||
|---|---|---|---|
public
|
|
$captchaHandler
|
# |
| Properties inherited from XoopsFormElement |
|---|
$customValidationCode, $_name, $_caption, $_accesskey, $_class, $_hidden, $_extra, $_required, $_description, $_nocolspan, $_formtype |