Sfoglia il codice sorgente

[ZF-9073]Missing @param with Zend_Form_Element

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20811 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 anni fa
parent
commit
642565dde8
1 ha cambiato i file con 4 aggiunte e 3 eliminazioni
  1. 4 3
      library/Zend/Form/Element.php

+ 4 - 3
library/Zend/Form/Element.php

@@ -18,13 +18,13 @@
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  */
 
-/** Zend_Filter */
+/** @see Zend_Filter */
 require_once 'Zend/Filter.php';
 
-/** Zend_Form */
+/** @see Zend_Form */
 require_once 'Zend/Form.php';
 
-/** Zend_Validate_Interface */
+/** @see Zend_Validate_Interface */
 require_once 'Zend/Validate/Interface.php';
 
 /**
@@ -232,6 +232,7 @@ class Zend_Form_Element implements Zend_Validate_Interface
      * - Zend_Config: Zend_Config with options for configuring element
      *
      * @param  string|array|Zend_Config $spec
+     * @param  array|Zend_Config $options
      * @return void
      * @throws Zend_Form_Exception if no element name after initialization
      */