Exemplo n.º 1
0
 public function accept(NodeVisitorInterface $visitor)
 {
     $visitor->enterText($this);
     $visitor->leaveText($this);
 }