MediaWiki  REL1_24
RSSFeed Class Reference

Generate a RSS feed. More...

Inheritance diagram for RSSFeed:
Collaboration diagram for RSSFeed:

List of all members.

Public Member Functions

 formatTime ($ts)
 Format a date given a timestamp.
 outFooter ()
 Output an RSS 2.0 footer.
 outHeader ()
 Output an RSS 2.0 header.
 outItem ($item)
 Output an RSS 2.0 item.

Detailed Description

Generate a RSS feed.

Definition at line 273 of file Feed.php.


Member Function Documentation

Format a date given a timestamp.

Parameters:
int$tsTimestamp
Returns:
string Date string

Definition at line 281 of file Feed.php.

Output an RSS 2.0 footer.

Reimplemented from ChannelFeed.

Definition at line 326 of file Feed.php.

Output an RSS 2.0 header.

Reimplemented from ChannelFeed.

Definition at line 288 of file Feed.php.

RSSFeed::outItem ( item)

Output an RSS 2.0 item.

Parameters:
FeedItem$itemItem to be output

Reimplemented from ChannelFeed.

Definition at line 307 of file Feed.php.


The documentation for this class was generated from the following file: