예제 #1
0
 /**
  * Display reCaptcha
  *
  * @return string
  * @throws \Exception
  */
 public function display()
 {
     return $this->_View->element($this->getElementName(), ['challengeAddress' => ReCaptcha::getChallengeUri(), 'noScriptAddress' => ReCaptcha::getNoScriptUri()]);
 }