Home
last modified time | relevance | path

Searched refs:destinationPath (Results 1 – 2 of 2) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php119 * @param string $destinationPath The full destination path
122 function copy($sourcePath, $destinationPath) { argument
127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
140 …* @param string $destinationPath The full destination path, so not just the destination parent node
143 function move($sourcePath, $destinationPath) { argument
146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
161 $this->copy($sourcePath, $destinationPath);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php119 * @param string $destinationPath The full destination path
122 function copy($sourcePath, $destinationPath) { argument
127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
140 …* @param string $destinationPath The full destination path, so not just the destination parent node
143 function move($sourcePath, $destinationPath) { argument
146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
161 $this->copy($sourcePath, $destinationPath);