Jackalope\Transport\WritingInterface::copyNode PHP 메소드

copyNode() 공개 메소드

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.
또한 보기: 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);