MediaWiki REL1_34
|
Interface for RC feed formatters. More...
Public Member Functions | |
getLine (array $feed, RecentChange $rc, $actionComment) | |
Formats the line to be sent by an engine. | |
RCFeedFormatter::getLine | ( | array | $feed, |
RecentChange | $rc, | ||
$actionComment | |||
) |
Formats the line to be sent by an engine.
array | $feed | The feed, as configured in an associative array. |
RecentChange | $rc | The RecentChange object showing what sort of event has taken place. |
string | null | $actionComment |
Implemented in IRCColourfulRCFeedFormatter, and MachineReadableRCFeedFormatter.