Просмотр исходного кода

[ZF-7545]Missing prefix and type parameters in the PHPdoc of the addPrefixPath method

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17505 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 лет назад
Родитель
Сommit
1d4543abff
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      library/Zend/Form/Element.php

+ 2 - 0
library/Zend/Form/Element.php

@@ -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
      */