MediaWiki  REL1_24
JSONRCFeedFormatter.php
Go to the documentation of this file.
00001 <?php
00002 
00027 class JSONRCFeedFormatter extends MachineReadableRCFeedFormatter {
00028 
00029     protected function formatArray( array $packet ) {
00030         return FormatJson::encode( $packet );
00031     }
00032 }