import v1.1.0_RC2 | 2009-09-20

This commit is contained in:
2019-07-17 22:19:00 +02:00
parent 3b7ba80568
commit 38c146901c
2504 changed files with 101817 additions and 62316 deletions

View File

@ -14,7 +14,7 @@
*
* @category Zend
* @package Zend_Form
* @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
*/
@ -30,9 +30,9 @@ require_once 'Zend/Validate/Interface.php';
* @category Zend
* @package Zend_Form
* @subpackage Element
* @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: Element.php 13615 2009-01-13 19:52:10Z norm2782 $
* @version $Id: Element.php 17506 2009-08-10 11:30:24Z yoshida@zend.co.jp $
*/
class Zend_Form_Element implements Zend_Validate_Interface
{
@ -990,7 +990,9 @@ class Zend_Form_Element implements Zend_Validate_Interface
*
* Otherwise, the path prefix is set on the appropriate plugin loader.
*
* @param string $prefix
* @param string $path
* @param string $type
* @return Zend_Form_Element
* @throws Zend_Form_Exception for invalid type
*/
@ -1860,7 +1862,7 @@ class Zend_Form_Element implements Zend_Validate_Interface
* Remove a single decorator
*
* @param string $name
* @return bool
* @return Zend_Form_Element
*/
public function removeDecorator($name)
{