Exemplo n.º 1
0
 /**
  * Render the recaptcha
  *
  * @param array $options
  * @return \Greggilbert\Recaptcha\view 
  * @static 
  */
 public static function render($options = array())
 {
     return \Greggilbert\Recaptcha\Recaptcha::render($options);
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function render()
 {
     return $this->nocaptcha->render();
 }