equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Form |
16 * @package Zend_Form |
17 * @subpackage Element |
17 * @subpackage Element |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id: Captcha.php 24848 2012-05-31 19:28:48Z rob $ |
20 * @version $Id$ |
21 */ |
21 */ |
22 |
22 |
23 /** @see Zend_Form_Element_Xhtml */ |
23 /** @see Zend_Form_Element_Xhtml */ |
24 require_once 'Zend/Form/Element/Xhtml.php'; |
24 require_once 'Zend/Form/Element/Xhtml.php'; |
25 |
25 |
36 * @see http://en.wikipedia.org/wiki/Captcha |
36 * @see http://en.wikipedia.org/wiki/Captcha |
37 * |
37 * |
38 * @category Zend |
38 * @category Zend |
39 * @package Zend_Form |
39 * @package Zend_Form |
40 * @subpackage Element |
40 * @subpackage Element |
41 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
41 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
42 * @license http://framework.zend.com/license/new-bsd New BSD License |
42 * @license http://framework.zend.com/license/new-bsd New BSD License |
43 */ |
43 */ |
44 class Zend_Form_Element_Captcha extends Zend_Form_Element_Xhtml |
44 class Zend_Form_Element_Captcha extends Zend_Form_Element_Xhtml |
45 { |
45 { |
46 /** |
46 /** |