MediaWiki
1.34.0
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
}
MachineReadableRCFeedFormatter
Abstract class so there can be multiple formatters outputting the same data.
Definition:
MachineReadableRCFeedFormatter.php:27
XMLRCFeedFormatter\formatArray
formatArray(array $packet)
Take the packet and return the formatted string.
Definition:
XMLRCFeedFormatter.php:26
XMLRCFeedFormatter
Definition:
XMLRCFeedFormatter.php:24
includes
rcfeed
XMLRCFeedFormatter.php
Generated on Thu Dec 19 2019 14:54:44 for MediaWiki by
1.8.16