示例#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);
 }