public function exportWith(ExportInterface $exporter) { return $exporter->exportFromArray($this->toArray()); }
/** * @param ExportInterface $exportStrategy * @return string */ public function exportTo(ExportInterface $exportStrategy) { return $exportStrategy->export($this->path); }