コード例 #1
0
 /**
  * last child
  *
  * @return null
  */
 public function lastChild()
 {
     return $this->root->last_child();
 }