Hi all,
in the project in which I'm involved there's been need to implement nextItem() method in the FeedsParserResult class. Insted of array_shift used in shiftItem method we use next to cross items array.
Any comments?
attached the patch
gmario
| Comment | File | Size | Author |
|---|---|---|---|
| FeedsParser.inc_.patch | 1.54 KB | gmario |
Comments
Comment #1
twistor commented$items is a public property. You can iterate over it all you like.