MediaWiki 1.42.1
|
Abstract class so there can be multiple formatters outputting the same data. More...
Inherits RCFeedFormatter.
Inherited by JSONRCFeedFormatter, and XMLRCFeedFormatter.
Public Member Functions | |
getLine (array $feed, RecentChange $rc, $actionComment) | |
Generates a notification that can be easily interpreted by a machine. | |
Protected Member Functions | |
formatArray (array $packet) | |
Take the packet and return the formatted string. | |
Abstract class so there can be multiple formatters outputting the same data.
Definition at line 31 of file MachineReadableRCFeedFormatter.php.
|
abstractprotected |
Take the packet and return the formatted string.
array | $packet |
Reimplemented in JSONRCFeedFormatter, and XMLRCFeedFormatter.
Referenced by getLine().
MachineReadableRCFeedFormatter::getLine | ( | array | $feed, |
RecentChange | $rc, | ||
$actionComment ) |
Generates a notification that can be easily interpreted by a machine.
array | $feed | |
RecentChange | $rc | |
string | null | $actionComment |
Implements RCFeedFormatter.
Definition at line 48 of file MachineReadableRCFeedFormatter.php.
References $params, formatArray(), RecentChange\getAttribute(), RecentChange\getNotifyUrl(), RecentChange\getTitle(), RecentChange\parseParams(), RC_EDIT, RC_LOG, RC_NEW, and wfTimestamp().