Exemple #1
0
 /**
  * @param ExportInterface $exportStrategy
  * @return string
  */
 public function exportTo(ExportInterface $exportStrategy)
 {
     return $exportStrategy->export($this->path);
 }