コード例 #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());
 }
コード例 #2
0
 public function getExportProperties()
 {
     $localisationExporter = new LocalisationExporter();
     return array_merge($this->arrayExportTerm, $localisationExporter->getExportProperties());
 }