Class reCaptcha
Standins for when no captcha is enabled
- _zp_captcha
- reCaptcha
Package: plugins\recaptcha
Author: Ben Feather (Epsilon), Stephen Billard (sbillard), Malte Müller (acrylian)
Located at zp-extensions/reCaptcha.php
Author: Ben Feather (Epsilon), Stephen Billard (sbillard), Malte Müller (acrylian)
Located at zp-extensions/reCaptcha.php
public
captcha
|
|
public
array
|
|
public
type
|
#
getCaptchaHTML( string $publicKey, string $theme, string $type, string $size )
Returns HTML for reCaptcha (including required reCaptcha script) |
public
boolean
|
#
checkCaptcha( type $s1, type $s2 )
Called by form (wherever reCaptcha is enabled) on submit to check whether or not the capture has succeeded. $s1, $s2 are required. |
public
type
|
public
string
|
$name
|
#
'reCaptcha'
|