Details
Description
Only the $path parameter is mentioned in the PHPdoc for the addPrefixPath method in Zend_Form_Element.
The following patch could be checked in :
Index: Zend/Form/Element.php
===================================================================
--- Zend/Form/Element.php (revision 17501)
+++ Zend/Form/Element.php (working copy)
@@ -990,7 +990,9 @@
*
* 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
*/
Solved in SVN r17505