Jackalope\Transport\WritingInterface::updateNode PHP Method

updateNode() public method

Update a node and its children to match its corresponding node in the specified workspace
public updateNode ( Node $node, string $srcWorkspace )
$node Jackalope\Node the node to update
$srcWorkspace string The workspace where the corresponding source node can be found
    public function updateNode(Node $node, $srcWorkspace);