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

CommentFileSizeAuthor
FeedsParser.inc_.patch1.54 KBgmario

Comments

twistor’s picture

Version: 7.x-2.0-alpha8 » 7.x-2.x-dev
Assigned: gmario » Unassigned
Category: Task » Feature request
Issue summary: View changes
Status: Needs review » Closed (works as designed)
Issue tags: -Feeds, -FeedsParserResult

$items is a public property. You can iterate over it all you like.