Zend Framework  3.0
Public Member Functions | List of all members
FeedInterface Interface Reference

Public Member Functions

 getAuthor ($index=0)
 Get a single author.
 
 getAuthors ()
 Get an array with feed authors.
 
 getCopyright ()
 Get the copyright entry.
 
 getDateCreated ()
 Get the feed creation date.
 
 getDateModified ()
 Get the feed modification date.
 
 getDescription ()
 Get the feed description.
 
 getGenerator ()
 Get the feed generator entry.
 
 getId ()
 Get the feed ID.
 
 getLanguage ()
 Get the feed language.
 
 getLink ()
 Get a link to the HTML source.
 
 getFeedLink ()
 Get a link to the XML feed.
 
 getTitle ()
 Get the feed title.
 
 getCategories ()
 Get all categories.
 

Member Function Documentation

getAuthor (   $index = 0)

Get a single author.

Parameters
int$index
Returns
string|null

Implemented in Rss, Atom, Feed, and Feed.

getAuthors ( )

Get an array with feed authors.

Returns
array

Implemented in Rss, Atom, Feed, and Feed.

getCategories ( )

Get all categories.

Returns

Implemented in Rss, Feed, Atom, and Feed.

getCopyright ( )

Get the copyright entry.

Returns
string|null

Implemented in Rss, Atom, Feed, and Feed.

getDateCreated ( )

Get the feed creation date.

Returns
string|null

Implemented in Rss, Atom, and Feed.

getDateModified ( )

Get the feed modification date.

Returns
string|null

Implemented in Rss, Feed, and Atom.

getDescription ( )

Get the feed description.

Returns
string|null

Implemented in Rss, Feed, Atom, and Feed.

getFeedLink ( )

Get a link to the XML feed.

Returns
string|null

Implemented in Rss, Feed, and Atom.

getGenerator ( )

Get the feed generator entry.

Returns
string|null

Implemented in Rss, Feed, and Atom.

getId ( )

Get the feed ID.

Returns
string|null

Implemented in Rss, Feed, Atom, and Feed.

getLanguage ( )

Get the feed language.

Returns
string|null

Implemented in Rss, Feed, Atom, and Feed.

getLink ( )

Get a link to the HTML source.

Returns
string|null

Implemented in Rss, Feed, and Atom.

getTitle ( )

Get the feed title.

Returns
string|null

Implemented in Rss, Feed, Atom, and Feed.