dav icon indicating copy to clipboard operation
dav copied to clipboard

Should I implements DAV\IMoveTarget on File Node?

Open augushong opened this issue 3 years ago • 0 comments

My node class files like this.

fs
├─ Directory.php
├─ File.php
└─ Node.php

图片

If I want to implements DAV\IMoveTarget , Should I implements DAV\IMoveTarget on File Node?

Or Just implements in Directory.php is fine.

augushong avatar May 26 '22 08:05 augushong