getCaptcha()->passCaptcha()) { return false; } return parent::send(); } /** * Template variable getter. Returns object of handling CAPTCHA image * * @return object */ public function getCaptcha() { if ($this->captcha === null) { $this->captcha = oxNew('oeCaptcha'); } return $this->captcha; } }