import v1.1.0_RC2 | 2009-09-20
This commit is contained in:
@ -15,12 +15,12 @@
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage ReCaptcha
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
|
||||
/** @see Zend_Exception */
|
||||
require_once 'Zend/Exception.php';
|
||||
/** @see Zend_Service_Exception */
|
||||
require_once 'Zend/Service/Exception.php';
|
||||
|
||||
/**
|
||||
* Zend_Service_ReCaptcha_Exception
|
||||
@ -28,9 +28,9 @@ require_once 'Zend/Exception.php';
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage ReCaptcha
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id$
|
||||
* @version $Id: Exception.php 16725 2009-07-14 21:03:34Z cogo $
|
||||
*/
|
||||
class Zend_Service_ReCaptcha_Exception extends Zend_Exception
|
||||
class Zend_Service_ReCaptcha_Exception extends Zend_Service_Exception
|
||||
{}
|
@ -15,7 +15,7 @@
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage ReCaptcha
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
|
||||
@ -28,9 +28,9 @@ require_once 'Zend/Service/ReCaptcha.php';
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage ReCaptcha
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id$
|
||||
* @version $Id: MailHide.php 16971 2009-07-22 18:05:45Z mikaelkael $
|
||||
*/
|
||||
class Zend_Service_ReCaptcha_MailHide extends Zend_Service_ReCaptcha
|
||||
{
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage ReCaptcha
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
|
||||
@ -28,9 +28,9 @@ require_once 'Zend/Exception.php';
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage ReCaptcha
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id$
|
||||
* @version $Id: Exception.php 16971 2009-07-22 18:05:45Z mikaelkael $
|
||||
*/
|
||||
class Zend_Service_ReCaptcha_MailHide_Exception extends Zend_Exception
|
||||
{}
|
@ -15,7 +15,7 @@
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage ReCaptcha
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
|
||||
@ -25,9 +25,9 @@
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage ReCaptcha
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id$
|
||||
* @version $Id: Response.php 16971 2009-07-22 18:05:45Z mikaelkael $
|
||||
*/
|
||||
class Zend_Service_ReCaptcha_Response
|
||||
{
|
||||
|
Reference in New Issue
Block a user