|
MediaWiki REL1_39
|
Interface for RC feed formatters. More...

Public Member Functions | |
| getLine (array $feed, RecentChange $rc, $actionComment) | |
| Formats the line to be sent by an engine. | |
Interface for RC feed formatters.
Definition at line 28 of file RCFeedFormatter.php.
| 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.