ZF-8398: Refactor Zend_Feed_Reader return types to replace arrays/objects with ArrayObjects
Description
This change will allow for array style access, standardise return types for collections of values, and allow for Iterator access across the Reader. This will resolve in future versions the current inconsistency in returning data collections without breaking compatibility. It will also somewhat simplify the task of importing Reader data into a Writer component among other things.
Comments
Posted by Pádraic Brady (padraic) on 2010-04-29T08:22:44.000+0000
Fixed previously for 1.10