getCaptchaEnabled() 공개 메소드

Get public moderated
public getCaptchaEnabled ( ) : boolean
리턴 boolean
 public function getCaptchaEnabled()
 {
     $this->__load();
     return parent::getCaptchaEnabled();
 }