Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_App_CaptchaRequiredException Class Reference
Inheritance diagram for Zend_Gdata_App_CaptchaRequiredException:
Collaboration diagram for Zend_Gdata_App_CaptchaRequiredException:

Public Member Functions

 __construct ($captchaToken, $captchaUrl)
 getCaptchaToken ()
 getCaptchaUrl ()

Data Fields

const ACCOUNTS_URL = 'https://www.google.com/accounts/'

Detailed Description

Definition at line 43 of file CaptchaRequiredException.php.


Constructor & Destructor Documentation

__construct ( captchaToken,
captchaUrl 
)

Constructs the exception to handle a CAPTCHA required response.

Parameters:
string$captchaTokenThe CAPTCHA token ID provided by the server.
string$captchaUrlThe URL to the CAPTCHA challenge image.

Definition at line 70 of file CaptchaRequiredException.php.


Member Function Documentation

Retrieves the token identifier as provided by the server.

Returns:
string

Definition at line 81 of file CaptchaRequiredException.php.

Retrieves the URL CAPTCHA image as provided by the server.

Returns:
string

Definition at line 90 of file CaptchaRequiredException.php.


Field Documentation

const ACCOUNTS_URL = 'https://www.google.com/accounts/'

The Google Accounts URL prefix.

Definition at line 48 of file CaptchaRequiredException.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations