MediaWiki
REL1_39
XMLRCFeedFormatter.php
Go to the documentation of this file.
1
<?php
24
class
XMLRCFeedFormatter
extends
MachineReadableRCFeedFormatter
{
25
26
protected
function
formatArray
( array $packet ) {
27
return
ApiFormatXml::recXmlPrint
(
'recentchange'
, $packet, 0 );
28
}
29
}
ApiFormatXml\recXmlPrint
static recXmlPrint( $name, $value, $indent, $attributes=[])
This method takes an array and converts it to XML.
Definition
ApiFormatXml.php:94
MachineReadableRCFeedFormatter
Abstract class so there can be multiple formatters outputting the same data.
Definition
MachineReadableRCFeedFormatter.php:30
XMLRCFeedFormatter
Definition
XMLRCFeedFormatter.php:24
XMLRCFeedFormatter\formatArray
formatArray(array $packet)
Take the packet and return the formatted string.
Definition
XMLRCFeedFormatter.php:26
includes
rcfeed
XMLRCFeedFormatter.php
Generated on Thu Nov 21 2024 05:23:48 for MediaWiki by
1.10.0