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