Zend Framework
1.12
|
Public Member Functions | |
__construct ($captchaToken, $captchaUrl) | |
Constructs the exception to handle a CAPTCHA required response. | |
getCaptchaToken () | |
Retrieves the token identifier as provided by the server. | |
getCaptchaUrl () | |
Retrieves the URL CAPTCHA image as provided by the server. | |
Public Attributes | |
const | ACCOUNTS_URL = 'https://www.google.com/accounts/' |
The Google Accounts URL prefix. | |
Additional Inherited Members | |
![]() | |
_getPrevious () | |
Returns previous Exception. | |
__construct | ( | $captchaToken, | |
$captchaUrl | |||
) |
Constructs the exception to handle a CAPTCHA required response.
string | $captchaToken | The CAPTCHA token ID provided by the server. |
string | $captchaUrl | The URL to the CAPTCHA challenge image. |
getCaptchaToken | ( | ) |
Retrieves the token identifier as provided by the server.
getCaptchaUrl | ( | ) |
Retrieves the URL CAPTCHA image as provided by the server.
const ACCOUNTS_URL = 'https://www.google.com/accounts/' |
The Google Accounts URL prefix.