MediaWiki REL1_34
JSONRCFeedFormatter.php
Go to the documentation of this file.
1<?php
2
28
29 protected function formatArray( array $packet ) {
30 return FormatJson::encode( $packet );
31 }
32}
Formats a notification into the JSON format (http://www.json.org)
formatArray(array $packet)
Take the packet and return the formatted string.
Abstract class so there can be multiple formatters outputting the same data.