MediaWiki master
XMLRCFeedFormatter.php
Go to the documentation of this file.
1<?php
22
27
28 protected function formatArray( array $packet ) {
29 return ApiFormatXml::recXmlPrint( 'recentchange', $packet, 0 );
30 }
31}
static recXmlPrint( $name, $value, $indent, $attributes=[])
This method takes an array and converts it to XML.
Abstract class so there can be multiple formatters outputting the same data.
formatArray(array $packet)
Take the packet and return the formatted string.