예제 #1
0
파일: Fact.php 프로젝트: BRGWeb/gedcomx-php
 public function accept(GedcomxModelVisitor $visitor)
 {
     $visitor->visitFact($this);
 }