MediaWiki  REL1_24
XMLRCFeedFormatter.php
Go to the documentation of this file.
00001 <?php
00024 class XMLRCFeedFormatter extends MachineReadableRCFeedFormatter {
00025 
00026     protected function formatArray( array $packet ) {
00027         return ApiFormatXml::recXmlPrint( 'recentchange', $packet, 0 );
00028     }
00029 }