pQuery\DomNode::move PHP Method

move() public method

#php5
public move ( $to, &$new_index )
    function move($to, &$new_index = -1)
    {
        #php5e
        $this->changeParent($to, $new_index);
    }
DomNode