Zend Framework  1.12
Public Member Functions | Public Attributes | List of all members
Zend_Gdata_App_CaptchaRequiredException Class Reference

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

- Protected Member Functions inherited from Zend_Exception
 _getPrevious ()
 Returns previous Exception.
 

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.

Member Function Documentation

getCaptchaToken ( )

Retrieves the token identifier as provided by the server.

Returns
string
getCaptchaUrl ( )

Retrieves the URL CAPTCHA image as provided by the server.

Returns
string

Member Data Documentation

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

The Google Accounts URL prefix.