MediaWiki
1.23.0
|
Generate an Atom feed. More...
Public Member Functions | |
formatTime ( $ts) | |
print $this getFeedId() print $this getTitle() print wfExpandUrl($this->getSelfUrl(), PROTO_CURRENT) print wfExpandUrl($this->getUrl(), PROTO_CURRENT) print $this formatTime(wfTimestampNow()) print $this getDescription() print $wgVersion | getFeedId () |
Atom 1.0 requires a unique, opaque IRI as a unique identifier for every feed we create. More... | |
getSelfUrl () | |
Atom 1.0 requests a self-reference to the feed. More... | |
if( $item->getDate()) print $item getDescription() if( $item->getAuthor()) | outFooter () |
Outputs the footer for Atom 1.0 feed (basically '</feed>'). More... | |
outHeader () | |
Outputs a basic header for Atom 1.0 feeds. More... | |
outItem ( $item) | |
Output a given item. More... | |
AtomFeed::formatTime | ( | $ts | ) |
Definition at line 339 of file Feed.php.
References TS_UNIX, and wfTimestamp().
Referenced by outHeader(), and outItem().
print $this getFeedId () print $this getTitle () print wfExpandUrl ( $this->getSelfUrl(), PROTO_CURRENT ) print wfExpandUrl ( $this->getUrl(), PROTO_CURRENT ) print $this formatTime ( wfTimestampNow() ) print $this getDescription () print $wgVersion AtomFeed::getFeedId | ( | ) |
Atom 1.0 requires a unique, opaque IRI as a unique identifier for every feed we create.
For now just use the URL, but who can tell if that's right? If we put options on the feed, do we have to change the id? Maybe? Maybe not.
Definition at line 372 of file Feed.php.
References getSelfUrl().
Referenced by outHeader().
AtomFeed::getSelfUrl | ( | ) |
Atom 1.0 requests a self-reference to the feed.
Definition at line 381 of file Feed.php.
References global.
Referenced by getFeedId().
AtomFeed::outHeader | ( | ) |
Outputs a basic header for Atom 1.0 feeds.
Definition at line 347 of file Feed.php.
References formatTime(), getFeedId(), global, href, outXmlHeader(), php, title, type, and wfTimestampNow().
AtomFeed::outItem | ( | $item | ) |
Output a given item.
$item |
Definition at line 390 of file Feed.php.
References formatTime(), MediaWiki\getTitle(), global, href, name, php, title, and type.