MediaWiki
master
|
Generate an RSS feed. More...
Public Member Functions | |
outFooter () | |
Output an RSS 2.0 footer. More... | |
outHeader () | |
Output an RSS 2.0 header. More... | |
outItem ( $item) | |
Output an RSS 2.0 item. More... | |
![]() | |
__construct ( $title, $description, $url, $date='', $author='', $comments='') | |
httpHeaders () | |
Setup and send HTTP headers. More... | |
![]() | |
getAuthor () | |
Get the author of this item; already xml-encoded. More... | |
getAuthorUnescaped () | |
Get the author of this item without any escaping. More... | |
getComments () | |
Get the comment of this item; already xml-encoded. More... | |
getCommentsUnescaped () | |
Get the comment of this item without any escaping. More... | |
getDate () | |
Get the date of this item. More... | |
getDescription () | |
Get the description of this item; already xml-encoded. More... | |
getDescriptionUnescaped () | |
Get the description of this item without any escaping. More... | |
getLanguage () | |
Get the language of this item. More... | |
getTitle () | |
Get the title of this item; already xml-encoded. More... | |
getUniqueID () | |
Get the unique id of this item; already xml-encoded. More... | |
getUniqueIdUnescaped () | |
Get the unique id of this item, without any escaping. More... | |
getUrl () | |
Get the URL of this item; already xml-encoded. More... | |
getUrlUnescaped () | |
Get the URL of this item without any escaping. More... | |
setUniqueId ( $uniqueId, $rssIsPermalink=false) | |
Set the unique id of an item. More... | |
xmlEncode ( $string) | |
Encode $string so that it can be safely embedded in a XML document. More... | |
Additional Inherited Members | |
![]() | |
static | stripComment ( $text) |
Quickie hack... More... | |
![]() | |
$author | |
$comments | |
$date | |
$description | |
$rssIsPermalink = false | |
Title | $title |
$uniqueId | |
$url | |
![]() | |
outXmlHeader () | |
Output the initial XML headers. More... | |
![]() | |
TemplateParser | $templateParser |
Generate an RSS feed.
Definition at line 31 of file RSSFeed.php.
MediaWiki\Feed\RSSFeed::outFooter | ( | ) |
Output an RSS 2.0 footer.
Reimplemented from MediaWiki\Feed\ChannelFeed.
Definition at line 91 of file RSSFeed.php.
MediaWiki\Feed\RSSFeed::outHeader | ( | ) |
Output an RSS 2.0 header.
Reimplemented from MediaWiki\Feed\ChannelFeed.
Definition at line 49 of file RSSFeed.php.
References MediaWiki\Feed\FeedItem\getDescription(), MediaWiki\Feed\FeedItem\getLanguage(), MediaWiki\Feed\FeedItem\getTitle(), MediaWiki\Feed\FeedItem\getUrlUnescaped(), MW_VERSION, MediaWiki\Feed\ChannelFeed\outXmlHeader(), PROTO_CURRENT, wfExpandUrl(), wfTimestampNow(), and MediaWiki\Feed\FeedItem\xmlEncode().
MediaWiki\Feed\RSSFeed::outItem | ( | $item | ) |
Output an RSS 2.0 item.
FeedItem | $item | Item to be output |
Reimplemented from MediaWiki\Feed\ChannelFeed.
Definition at line 68 of file RSSFeed.php.
References MediaWiki\Feed\FeedItem\$comments, PROTO_CURRENT, wfExpandUrl(), and MediaWiki\Feed\FeedItem\xmlEncode().