MediaWiki  1.23.14
MachineReadableRCFeedFormatter Class Reference

Abstract class so there can be multiple formatters outputting the same data. More...

Inheritance diagram for MachineReadableRCFeedFormatter:
Collaboration diagram for MachineReadableRCFeedFormatter:

Public Member Functions

 getLine (array $feed, RecentChange $rc, $actionComment)
 Generates a notification that can be easily interpreted by a machine. More...
 

Protected Member Functions

 formatArray (array $packet)
 Take the packet and return the formatted string. More...
 

Detailed Description

Abstract class so there can be multiple formatters outputting the same data.

Since
1.23

Definition at line 27 of file MachineReadableRCFeedFormatter.php.

Member Function Documentation

◆ formatArray()

MachineReadableRCFeedFormatter::formatArray ( array  $packet)
abstractprotected

Take the packet and return the formatted string.

Parameters
array$packet
Returns
string

Reimplemented in JSONRCFeedFormatter, and XMLRCFeedFormatter.

Referenced by getLine().

◆ getLine()

MachineReadableRCFeedFormatter::getLine ( array  $feed,
RecentChange  $rc,
  $actionComment 
)

The documentation for this class was generated from the following file: