Baum\Node::makeLastChildOf PHP Method

makeLastChildOf() public method

..
public makeLastChildOf ( $node ) : Node
return Node
    public function makeLastChildOf($node)
    {
        return $this->makeChildOf($node);
    }