| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id: CaptchaRequiredException.php 24593 2012-01-05 20:35:02Z matthew $ |
| File Size: | 94 lines (3 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 1 file include/Zend/Gdata/App/AuthException.php |
Zend_Gdata_App_CaptchaRequiredException:: (3 methods):
__construct()
getCaptchaToken()
getCaptchaUrl()
Class: Zend_Gdata_App_CaptchaRequiredException - X-Ref
Gdata exceptions| __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:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |