Zend Framework
1.12
|
Public Member Functions | |
getAuthor ($index=0) | |
Get the specified author. | |
getAuthors () | |
Get an array with feed authors. | |
getContent () | |
Get the entry content. | |
getDateCreated () | |
Get the entry creation date. | |
getDateModified () | |
Get the entry modification date. | |
getDescription () | |
Get the entry description. | |
getEnclosure () | |
Get the entry enclosure. | |
getId () | |
Get the entry ID. | |
getLink ($index=0) | |
Get a specific link. | |
getLinks () | |
Get all links. | |
getPermalink () | |
Get a permalink to the entry. | |
getTitle () | |
Get the entry title. | |
getCommentCount () | |
Get the number of comments/replies for current entry. | |
getCommentLink () | |
Returns a URI pointing to the HTML page where comments can be made on this entry. | |
getCommentFeedLink () | |
Returns a URI pointing to a feed of all comments for this entry. | |
getCategories () | |
Get all categories. | |
getAuthor | ( | $index = 0 | ) |
Get the specified author.
int | $index |
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getAuthors | ( | ) |
Get an array with feed authors.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getCategories | ( | ) |
Get all categories.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getCommentCount | ( | ) |
Get the number of comments/replies for current entry.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getCommentFeedLink | ( | ) |
Returns a URI pointing to a feed of all comments for this entry.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getCommentLink | ( | ) |
Returns a URI pointing to the HTML page where comments can be made on this entry.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getContent | ( | ) |
Get the entry content.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getDateCreated | ( | ) |
Get the entry creation date.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getDateModified | ( | ) |
Get the entry modification date.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getDescription | ( | ) |
Get the entry description.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getEnclosure | ( | ) |
Get the entry enclosure.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getId | ( | ) |
Get the entry ID.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getLink | ( | $index = 0 | ) |
Get a specific link.
int | $index |
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getLinks | ( | ) |
Get all links.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getPermalink | ( | ) |
Get a permalink to the entry.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.
getTitle | ( | ) |
Get the entry title.
Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.