Ejemplo n.º 1
0
 public function getExportProperties()
 {
     $stratigraphyExporter = new StratigraphyExporter();
     $recolteExporter = new RecolteExporter();
     $localisationExporter = new LocalisationExporter();
     return array_merge($this->arrayExportTerm, $stratigraphyExporter->getExportProperties(), $recolteExporter->getExportProperties(), $localisationExporter->getExportProperties());
 }
Ejemplo n.º 2
0
 public function getExportProperties()
 {
     $localisationExporter = new LocalisationExporter();
     return array_merge($this->arrayExportTerm, $localisationExporter->getExportProperties());
 }