Jackalope\Transport\WritingInterface::reorderChildren PHP Method

reorderChildren() public method

You can either get the reordering list with getOrderCommands or use getNodeNames to get the absolute order.
public reorderChildren ( Node $node )
$node Jackalope\Node the node to reorder its children
    public function reorderChildren(Node $node);