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

moveNodeImmediately() 공개 메소드

Moves a node from src to dst outside of a transaction
또한 보기: Workspace::moveNode
public moveNodeImmediately ( string $srcAbsPath, string $dstAbsPath )
$srcAbsPath string Absolute source path to the node
$dstAbsPath string Absolute destination path (must NOT include the new node name)
    public function moveNodeImmediately($srcAbsPath, $dstAbsPath);