MediaWiki master
RCFeedFormatter.php
Go to the documentation of this file.
1<?php
2
22namespace MediaWiki\RCFeed;
23
24use RecentChange;
25
32interface RCFeedFormatter {
43 public function getLine( array $feed, RecentChange $rc, $actionComment );
44}
46class_alias( RCFeedFormatter::class, 'RCFeedFormatter' );
Utility class for creating new RC entries.
Interface for RC feed formatters.
getLine(array $feed, RecentChange $rc, $actionComment)
Formats the line to be sent by an engine.