Zend_Service_ReCaptcha
Located in /Service/ReCaptcha.php (line 41)
Zend_Service_Abstract | --Zend_Service_ReCaptcha
Class | Description |
---|---|
![]() |
Zend_Service_ReCaptcha_MailHide |
Ip address used when verifying user input
Options for tailoring reCaptcha
See the different options on http://recaptcha.net/apidocs/captcha/client.html
Parameters for the object
Private key used when verifying user input
Public key used when displaying the captcha
Response from the verify server
Inherited from Zend_Service_Abstract
Zend_Service_Abstract::$_httpClient
Class constructor
Get the HTML code for the captcha
This method uses the public key to fetch a recaptcha form.
Get the ip property
Get a single option
Get the options array
Get a single parameter
Get the parameter array
Get the private key
Get the public key
Set a single option
Set a single parameter
Set the private key
Set the public key
Verify the user input
This method calls up the post method and returns a Zend_Service_ReCaptcha_Response object.
Post a solution to the verify server
Serialize as string
When the instance is used as a string it will display the recaptcha. Since we can't throw exceptions within this method we will trigger a user warning instead.
Inherited From Zend_Service_Abstract
Zend_Service_Abstract::getHttpClient()
Zend_Service_Abstract::setHttpClient()
Documentation generated on Mon, 21 Jun 2010 15:41:20 -0400 by phpDocumentor 1.4.3