Exemplo n.º 1
0
 public function getExportedContent(ExportFile $exportFile)
 {
     return $this->getExporterByExtension($exportFile->getExtension())->export($exportFile->getArray());
 }