20 defined(
'XOOPS_ROOT_PATH') or die('Restricted access');
63 $configs[
'skipmember'] = $skipmember;
64 $this->captchaHandler->setConfigs(
$configs);
65 if (! $this->captchaHandler->isActive()) {
68 $caption = ! empty($caption) ? $caption : $this->captchaHandler->getCaption();
69 $this->setCaption($caption);
70 $this->setName($name);
74 function setConfig($name, $val)
76 return $this->captchaHandler->setConfig($name, $val);
82 return $this->captchaHandler->render();
86 function renderValidationJS()
88 return $this->captchaHandler->renderValidationJS();