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