last_child() public method

returns the last child of node
public last_child ( )
 function lastChild()
 {
     return $this->root->last_child();
 }