Example #1
0
 /**
  * @return $this
  */
 public function remove()
 {
     $this->parent->removeChild($this);
     return $this;
 }