* @link http://www.oxidmodule.com */ namespace D3\DataWizard\Application\Model\ExportRenderer; interface RendererInterface { public function getContent($rows, $fieldNames) : string; public function getFileExtension() : string; }