Jackalope\Transport\WritingInterface::moveNodeImmediately PHP Method

moveNodeImmediately() public method

Moves a node from src to dst outside of a transaction
See also: 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);