فهرست منبع

[ZF-7549]Missing prefix and type parameters in the PHPdoc

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17548 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 سال پیش
والد
کامیت
c14df4e192
3فایلهای تغییر یافته به همراه189 افزوده شده و 184 حذف شده
  1. 2 0
      library/Zend/File/Transfer/Adapter/Abstract.php
  2. 185 183
      library/Zend/Form.php
  3. 2 1
      library/Zend/Form/Element/Captcha.php

+ 2 - 0
library/Zend/File/Transfer/Adapter/Abstract.php

@@ -246,7 +246,9 @@ abstract class Zend_File_Transfer_Adapter_Abstract
      *
      *
      * Otherwise, the path prefix is set on the appropriate plugin loader.
      * Otherwise, the path prefix is set on the appropriate plugin loader.
      *
      *
+     * @param  string $prefix
      * @param  string $path
      * @param  string $path
+     * @param  string $type
      * @return Zend_File_Transfer_Adapter_Abstract
      * @return Zend_File_Transfer_Adapter_Abstract
      * @throws Zend_File_Transfer_Exception for invalid type
      * @throws Zend_File_Transfer_Exception for invalid type
      */
      */

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 185 - 183
library/Zend/Form.php


+ 2 - 1
library/Zend/Form/Element/Captcha.php

@@ -224,8 +224,9 @@ class Zend_Form_Element_Captcha extends Zend_Form_Element_Xhtml
      *
      *
      * This method handles the captcha type, the rest is handled by
      * This method handles the captcha type, the rest is handled by
      * the parent
      * the parent
-     *
+     * @param  string $prefix
      * @param  string $path
      * @param  string $path
+     * @param  string $type
      * @return Zend_Form_Element
      * @return Zend_Form_Element
      * @see Zend_Form_Element::addPrefixPath
      * @see Zend_Form_Element::addPrefixPath
      */
      */

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است