예제 #1
0
파일: Tree.php 프로젝트: alex-k/jsondiff
 public function exportWith(ExportInterface $exporter)
 {
     return $exporter->exportFromArray($this->toArray());
 }
예제 #2
0
 /**
  * @param ExportInterface $exportStrategy
  * @return string
  */
 public function exportTo(ExportInterface $exportStrategy)
 {
     return $exportStrategy->export($this->path);
 }