MediaWiki
master
RCFeedFormatter.php
Go to the documentation of this file.
1
<?php
2
22
namespace
MediaWiki\RCFeed
;
23
24
use
RecentChange
;
25
33
interface
RCFeedFormatter
{
44
public
function
getLine
( array $feed,
RecentChange
$rc, $actionComment );
45
}
47
class_alias( RCFeedFormatter::class,
'RCFeedFormatter'
);
RecentChange
Utility class for creating and reading rows in the recentchanges table.
Definition
RecentChange.php:111
MediaWiki\RCFeed\RCFeedFormatter
Interface for RC feed formatters.
Definition
RCFeedFormatter.php:33
MediaWiki\RCFeed\RCFeedFormatter\getLine
getLine(array $feed, RecentChange $rc, $actionComment)
Formats the line to be sent by an engine.
MediaWiki\RCFeed
Definition
FormattedRCFeed.php:21
includes
recentchanges
RCFeed
RCFeedFormatter.php
Generated on Sat Oct 12 2024 03:24:30 for MediaWiki by
1.10.0