MediaWiki REL1_31
RSSFeed Class Reference

Generate a RSS feed. More...

Inheritance diagram for RSSFeed:
Collaboration diagram for RSSFeed:

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.
 
- Public Member Functions inherited from ChannelFeed
 __construct ( $title, $description, $url, $date='', $author='', $comments='')
 
 httpHeaders ()
 Setup and send HTTP headers.
 
- Public Member Functions inherited from FeedItem
 getAuthor ()
 Get the author of this item; already xml-encoded.
 
 getAuthorUnescaped ()
 Get the author of this item without any escaping.
 
 getComments ()
 Get the comment of this item; already xml-encoded.
 
 getCommentsUnescaped ()
 Get the comment of this item without any escaping.
 
 getDate ()
 Get the date of this item.
 
 getDescription ()
 Get the description of this item; already xml-encoded.
 
 getDescriptionUnescaped ()
 Get the description of this item without any escaping.
 
 getLanguage ()
 Get the language of this item.
 
 getTitle ()
 Get the title of this item; already xml-encoded.
 
 getUniqueID ()
 Get the unique id of this item; already xml-encoded.
 
 getUniqueIdUnescaped ()
 Get the unique id of this item, without any escaping.
 
 getUrl ()
 Get the URL of this item; already xml-encoded.
 
 getUrlUnescaped ()
 Get the URL of this item without any escaping.
 
 setUniqueId ( $uniqueId, $rssIsPermalink=false)
 Set the unique id of an item.
 
 xmlEncode ( $string)
 Encode $string so that it can be safely embedded in a XML document.
 

Additional Inherited Members

- Static Public Member Functions inherited from FeedItem
static stripComment ( $text)
 Quickie hack... strip out wikilinks to more legible form from the comment.
 
- Public Attributes inherited from FeedItem
 $author
 
 $comments
 
 $date
 
 $description
 
 $rssIsPermalink = false
 
Title $title
 
 $uniqueId
 
 $url
 
- Protected Member Functions inherited from ChannelFeed
 outXmlHeader ()
 Output the initial XML headers.
 
- Protected Attributes inherited from ChannelFeed
TemplateParser $templateParser
 

Detailed Description

Generate a RSS feed.

Definition at line 341 of file Feed.php.

Member Function Documentation

◆ formatTime()

RSSFeed::formatTime (   $ts)

Format a date given a timestamp.

If a timestamp is not given, nothing is returned

Parameters
int | null$tsTimestamp
Returns
string|null Date string

Definition at line 349 of file Feed.php.

References wfTimestamp().

Referenced by outHeader(), and outItem().

◆ outFooter()

RSSFeed::outFooter ( )

Output an RSS 2.0 footer.

Reimplemented from ChannelFeed.

Definition at line 402 of file Feed.php.

References print.

◆ outHeader()

◆ outItem()

RSSFeed::outItem (   $item)

Output an RSS 2.0 item.

Parameters
FeedItem$itemItem to be output

Reimplemented from ChannelFeed.

Definition at line 379 of file Feed.php.

References FeedItem\$comments, formatTime(), print, PROTO_CURRENT, wfExpandUrl(), and FeedItem\xmlEncode().


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