Exemplo n.º 1
0
 public function replaceWith(Node $replacement)
 {
     $replacement->detach();
     $this->insertAfter($replacement);
     $this->detach();
 }