00001 <?php 00002 00027 interface RCFeedFormatter { 00037 public function getLine( array $feed, RecentChange $rc, $actionComment ); 00038 }