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