コード例 #1
0
ファイル: Field.php プロジェクト: BRGWeb/gedcomx-php
 public function accept(GedcomxModelVisitor $visitor)
 {
     $visitor->visitField($this);
 }