Zend Framework  1.12
Public Member Functions | List of all members
Zend_Feed_Reader_EntryInterface Interface Reference

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.
 

Member Function Documentation

getAuthor (   $index = 0)

Get the specified author.

Parameters
int$index
Returns
string|null

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.

getAuthors ( )

Get an array with feed authors.

Returns
array

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.

getCategories ( )
getCommentCount ( )

Get the number of comments/replies for current entry.

Returns
integer

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.

Returns
string

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.

Returns
string

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.

getContent ( )

Get the entry content.

Returns
string

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.

getDateCreated ( )

Get the entry creation date.

Returns
string

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.

getDateModified ( )

Get the entry modification date.

Returns
string

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.

getDescription ( )

Get the entry description.

Returns
string

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.

getEnclosure ( )

Get the entry enclosure.

Returns
stdClass

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.

getId ( )

Get the entry ID.

Returns
string

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.

getLink (   $index = 0)

Get a specific link.

Parameters
int$index
Returns
string

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.

getLinks ( )

Get all links.

Returns
array

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.

getPermalink ( )

Get a permalink to the entry.

Returns
string

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.

getTitle ( )

Get the entry title.

Returns
string

Implemented in Zend_Feed_Reader_Entry_Rss, and Zend_Feed_Reader_Entry_Atom.