MediaWiki master
XMLRCFeedFormatter.php
Go to the documentation of this file.
1<?php
25
26 protected function formatArray( array $packet ) {
27 return ApiFormatXml::recXmlPrint( 'recentchange', $packet, 0 );
28 }
29}
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.