Zend Framework  3.0
Public Member Functions | List of all members
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 Rss, and Atom.

getAuthors ( )

Get an array with feed authors.

Returns
array

Implemented in Rss, and Atom.

getCategories ( )

Get all categories.

Returns
Category

Implemented in Rss, and Atom.

getCommentCount ( )

Get the number of comments/replies for current entry.

Returns
int

Implemented in Rss, and Atom.

getCommentFeedLink ( )

Returns a URI pointing to a feed of all comments for this entry.

Returns
string

Implemented in Rss, and Atom.

getCommentLink ( )

Returns a URI pointing to the HTML page where comments can be made on this entry.

Returns
string

Implemented in Rss, and Atom.

getContent ( )

Get the entry content.

Returns
string

Implemented in Rss, and Atom.

getDateCreated ( )

Get the entry creation date.

Returns

Implemented in Rss, and Atom.

getDateModified ( )

Get the entry modification date.

Returns

Implemented in Rss, and Atom.

getDescription ( )

Get the entry description.

Returns
string

Implemented in Rss, and Atom.

getEnclosure ( )

Get the entry enclosure.

Returns

Implemented in Rss, and Atom.

getId ( )

Get the entry ID.

Returns
string

Implemented in Rss, and Atom.

getLink (   $index = 0)

Get a specific link.

Parameters
int$index
Returns
string

Implemented in Rss, and Atom.

getLinks ( )

Get all links.

Returns
array

Implemented in Rss, and Atom.

getPermalink ( )

Get a permalink to the entry.

Returns
string

Implemented in Rss, and Atom.

getTitle ( )

Get the entry title.

Returns
string

Implemented in Rss, and Atom.