MediaWiki
master
RCFeedFormatter.php
Go to the documentation of this file.
1
<?php
2
8
namespace
MediaWiki\RCFeed
;
9
10
use
MediaWiki\RecentChanges\RecentChange
;
11
19
interface
RCFeedFormatter
{
30
public
function
getLine
( array $feed,
RecentChange
$rc, $actionComment );
31
}
33
class_alias( RCFeedFormatter::class,
'RCFeedFormatter'
);
MediaWiki\RecentChanges\RecentChange
Utility class for creating and reading rows in the recentchanges table.
Definition
RecentChange.php:90
MediaWiki\RCFeed\RCFeedFormatter
Interface for RC feed formatters.
Definition
RCFeedFormatter.php:19
MediaWiki\RCFeed\RCFeedFormatter\getLine
getLine(array $feed, RecentChange $rc, $actionComment)
Formats the line to be sent by an engine.
MediaWiki\RCFeed
Definition
FormattedRCFeed.php:7
includes
RCFeed
RCFeedFormatter.php
Generated on Tue Nov 18 2025 18:40:16 for MediaWiki by
1.10.0