MediaWiki  REL1_22
RCFeedFormatter.php
Go to the documentation of this file.
00001 <?php
00002 interface RCFeedFormatter {
00012     public function getLine( array $feed, RecentChange $rc, $actionComment );
00013 }