[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/App/ -> CaptchaRequiredException.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 94 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_App_CaptchaRequiredException:: (3 methods):
  __construct()
  getCaptchaToken()
  getCaptchaUrl()


Class: Zend_Gdata_App_CaptchaRequiredException  - X-Ref

Gdata exceptions

Class to represent an exception that occurs during the use of ClientLogin.
This particular exception happens when a CAPTCHA challenge is issued. This
challenge is a visual puzzle presented to the user to prove that they are
not an automated system.

__construct($captchaToken, $captchaUrl)   X-Ref
Constructs the exception to handle a CAPTCHA required response.

param: string $captchaToken The CAPTCHA token ID provided by the server.
param: string $captchaUrl The URL to the CAPTCHA challenge image.

getCaptchaToken()   X-Ref
Retrieves the token identifier as provided by the server.

return: string

getCaptchaUrl()   X-Ref
Retrieves the URL CAPTCHA image as provided by the server.

return: string



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1