use OCP\Files\NotFoundException;
use OCP\Files\Storage\IDisableEncryptionStorage;
use OCP\Files\Storage\IStorage;
-use OCP\IUserManager;
use OCP\Lock\ILockingProvider;
use OCP\Share\IShare;
* Convert target path to source path and pass the function call to the correct storage provider
*/
class SharedStorage extends \OC\Files\Storage\Wrapper\Jail implements ISharedStorage, IDisableEncryptionStorage {
-
/** @var \OCP\Share\IShare */
private $superShare;
}
public function setMountOptions(array $options) {
- $this->mountOptions = $options;
}
public function getUnjailedPath($path) {