setCaptchaEnabled() public method

Set public moderated
public setCaptchaEnabled ( $p_captcha_enabled ) : Publication
return Publication
 public function setCaptchaEnabled($p_captcha_enabled)
 {
     $this->__load();
     return parent::setCaptchaEnabled($p_captcha_enabled);
 }