Ejemplo n.º 1
0
 public function remove()
 {
     if ($this->parent) {
         $this->parent->removeChild($this);
     }
     return $this;
 }