print feedItemSet

Stores a set of links from a feed.


Methods

public addItem($inItem)

Add a feedItem to the set

public getItemByKey($inKey)

Returns the item at position $inKey in the set

public removeItem($inItem)

Removes $inItem from the set

public clear()

Removes all items from set


Inherited Methods

<  1  >