Exemple #1
0
 public function visit(NodeVisitorInterface $visitor)
 {
     $visitor->enterParagraph($this);
     $visitor->leaveParagraph($this);
 }