MediaWiki  1.34.0
RCFeedFormatter.php
Go to the documentation of this file.
1 <?php
2 
27 interface RCFeedFormatter {
38  public function getLine( array $feed, RecentChange $rc, $actionComment );
39 }
RecentChange
Utility class for creating new RC entries.
Definition: RecentChange.php:70
RCFeedFormatter\getLine
getLine(array $feed, RecentChange $rc, $actionComment)
Formats the line to be sent by an engine.
RCFeedFormatter
Interface for RC feed formatters.
Definition: RCFeedFormatter.php:27