MediaWiki master
RCFeedFormatter.php
Go to the documentation of this file.
1<?php
2
28interface RCFeedFormatter {
39 public function getLine( array $feed, RecentChange $rc, $actionComment );
40}
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.