コード例 #1
0
ファイル: Visitor.php プロジェクト: fxlacroix/component
 function accept(Visitor $visitorIn)
 {
     $visitorIn->visitBook($this);
 }