setCaptchaEnabled() 공개 메소드

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