00001 <?php 00002 00027 interface RCFeedEngine { 00036 public function send( array $feed, $line ); 00037 }