getCaptchaEnabled() public method

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