Jackalope\Transport\WritingInterface::copyNode PHP Method

copyNode() public method

This method does not need to load the node but can execute the copy directly in the storage. If there already is a node at $destAbsPath, the transport may merge nodes as described in the WorkspaceInterface::copy documentation.
See also: WorkspaceInterface::copy
public copyNode ( string $srcAbsPath, string $destAbsPath, string $srcWorkspace = null )
$srcAbsPath string Absolute source path to the node
$destAbsPath string Absolute destination path including the new node name
$srcWorkspace string The workspace where the source node can be found or null for current workspace
    public function copyNode($srcAbsPath, $destAbsPath, $srcWorkspace = null);