public function getExportProperties() { $stratigraphyExporter = new StratigraphyExporter(); $recolteExporter = new RecolteExporter(); $localisationExporter = new LocalisationExporter(); return array_merge($this->arrayExportTerm, $stratigraphyExporter->getExportProperties(), $recolteExporter->getExportProperties(), $localisationExporter->getExportProperties()); }
public function getExportProperties() { $localisationExporter = new LocalisationExporter(); return array_merge($this->arrayExportTerm, $localisationExporter->getExportProperties()); }