MediaWiki
REL1_22
|
Public Member Functions | |
contentType () | |
Return an internet media type to be sent in the headers. | |
httpHeaders () | |
Setup and send HTTP headers. | |
outFooter () | |
Generate Footer of the feed. | |
outHeader () | |
Generate Header of the feed. | |
outItem ($item) | |
Generate an item. | |
outXmlHeader () | |
Output the initial XML headers with a stylesheet for legibility if someone finds it in a browser. |
Setup and send HTTP headers.
Don't send any content; content might end up being cached and re-sent with these same headers later.
This should be called from the outHeader() method, but can also be called separately.
ChannelFeed::outFooter | ( | ) | [abstract] |
ChannelFeed::outHeader | ( | ) | [abstract] |
ChannelFeed::outItem | ( | $ | item | ) | [abstract] |