|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($captchaToken, $captchaUrl) | |
| getCaptchaToken () | |
| getCaptchaUrl () | |
Data Fields | |
| const | ACCOUNTS_URL = 'https://www.google.com/accounts/' |
Definition at line 43 of file CaptchaRequiredException.php.
| __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. |
Definition at line 70 of file CaptchaRequiredException.php.
| getCaptchaToken | ( | ) |
Retrieves the token identifier as provided by the server.
Definition at line 81 of file CaptchaRequiredException.php.
| getCaptchaUrl | ( | ) |
Retrieves the URL CAPTCHA image as provided by the server.
Definition at line 90 of file CaptchaRequiredException.php.
| const ACCOUNTS_URL = 'https://www.google.com/accounts/' |
The Google Accounts URL prefix.
Definition at line 48 of file CaptchaRequiredException.php.