MediaWiki  REL1_24
RCFeedEngine.php
Go to the documentation of this file.
00001 <?php
00002 
00027 interface RCFeedEngine {
00036     public function send( array $feed, $line );
00037 }