first_child() public method

returns the first child of node
public first_child ( )
コード例 #1
0
 function firstChild()
 {
     return $this->root->first_child();
 }