예제 #1
0
파일: Leaf.php 프로젝트: talesoft/tale-tree
 /**
  * @return $this
  */
 public function remove()
 {
     $this->parent->removeChild($this);
     return $this;
 }