PHP 클래스 Pimcore\Model\Asset\WebDAV\Tree

상속: extends Sabre\DAV\Tree
파일 보기 프로젝트 열기: pimcore/pimcore

공개 메소드들

메소드 설명
move ( string $sourcePath, string $destinationPath ) : void Moves a file/directory

메소드 상세

move() 공개 메소드

Moves a file/directory
public move ( string $sourcePath, string $destinationPath ) : void
$sourcePath string
$destinationPath string
리턴 void