Creates a new ZendFeedWriterEntry data container for use. This is NOT added to the current feed automatically, but is necessary to create a container with some initial values preset based on the current feed data.
| Return type: | ZendFeedWriterEntry |
|---|
Appends a ZendFeedWriterDeleted object representing a new entry tombstone to the feed data container’s internal group of entries.
| Parameters: | Deleted – |
|---|---|
| Return type: | void |
Creates a new ZendFeedWriterDeleted data container for use. This is NOT added to the current feed automatically, but is necessary to create a container with some initial values preset based on the current feed data.
| Return type: | Deleted |
|---|
Appends a ZendFeedWriterEntry object representing a new entry/item the feed data container’s internal group of entries.
| Parameters: | Entry – |
|---|---|
| Return type: | Feed |
Removes a specific indexed entry from the internal queue. Entries must be added to a feed container in order to be indexed.
| Parameters: | int – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | Feed |
Retrieve a specific indexed entry from the internal queue. Entries must be added to a feed container in order to be indexed.
| Parameters: | int – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
Orders all indexed entries by date, thus offering date ordered readable content where a parser (or Homo Sapien) ignores the generic rule that XML element order is irrelevant and has no intrinsic meaning.
Using this method will alter the original indexation.
| Return type: | Feed |
|---|
Get the number of feed entries. Required by the Iterator interface.
| Return type: | int |
|---|
Return the current entry
| Return type: | Entry |
|---|
Return the current feed key
| Return type: | mixed |
|---|
Move the feed pointer forward
| Return type: | void |
|---|
Reset the pointer in the feed object
| Return type: | void |
|---|
Check to see if the iterator is still valid
| Return type: | bool |
|---|
Attempt to build and return the feed resulting from the data set
| Parameters: |
|
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | string |