ZF-3172: Fluid interface not provided consistently by filters
Description
Some filters do not provide a fluent interface for their setter methods. Sometimes there is inconsistency even in the same filter:
Zend_Filter_HtmlEntities::setCharset() provides a fluent interface Zend_Filter_HtmlEntities::setQuoteStyle() doesn't provide a fluent interface
Comments
Posted by Wil Sinclair (wil) on 2008-06-08T06:30:43.000+0000
Please evaluate and fix/categorize as necessary. Can we do this as a backwards compatible fix?
Posted by Andries Seutens (andries) on 2008-10-09T10:40:17.000+0000
Fixed in svn r11783