/**
  * last child
  *
  * @return null
  */
 public function lastChild()
 {
     return $this->root->last_child();
 }