Constructor
| Parameters: |
|
|---|
Set an original source URI for the feed being parsed. This value is returned from getFeedLink() method if the feed does not carry a self-referencing URI.
| Parameters: | string – |
|---|
Get an original source URI for the feed being parsed. Returns null if unset or the feed was not imported from a URI.
| Return type: | string|null |
|---|
Get the number of feed entries. Required by the Iterator interface.
| Return type: | int |
|---|
Return the current entry
| Return type: | ZendFeedReaderAbstractEntry |
|---|
Get the DOMElement representing the items/feed element
| Return type: | DOMElement |
|---|
Return the current feed key
| Return type: | int |
|---|
Move the feed pointer forward
Reset the pointer in the feed object
Check to see if the iterator is still valid
| Return type: | bool |
|---|