MediaWiki master
RCFeedFormatter.php
Go to the documentation of this file.
1<?php
2
8namespace MediaWiki\RCFeed;
9
11
19interface RCFeedFormatter {
30 public function getLine( array $feed, RecentChange $rc, $actionComment );
31}
33class_alias( RCFeedFormatter::class, 'RCFeedFormatter' );
Utility class for creating and reading rows in the recentchanges table.
Interface for RC feed formatters.
getLine(array $feed, RecentChange $rc, $actionComment)
Formats the line to be sent by an engine.