Ejemplo n.º 1
0
 function accept(Visitor $visitorIn)
 {
     $visitorIn->visitBook($this);
 }