ZF-3458: Documented non-existing methods in Zend_Form-Elements docs.
Description
There are documented non-existing methods in Zend_Form-Elements docs:
Zend_Form_Element::addAttribs();
Zend_Form_Element::removeAttrib();
Zend_Form_Element::clearAttribs();
Lines 985, 1005 and 1010.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-04T10:09:27.000+0000
Fixed in trunk and 1.6 release branch.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:08.000+0000
Updating for the 1.6.0 release.