*/ interface Importer extends ServiceLocatorAwareInterface { /** * @param File $file * @return mixed * @return \common_report_Report */ public function import(File $file); }