We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7d14b commit b655a23Copy full SHA for b655a23
tests/stub.phpstub
@@ -63,6 +63,7 @@ namespace OC\Files\Storage\Wrapper {
63
public function getInstanceOfStorage(string $class): ?IStorage {};
64
public function __call(string $method, array $args) {};
65
public function getDirectDownload(string $path): array|false {};
66
+ public function getDirectDownloadById(string $fileId): array|false {};
67
public function getAvailability(): array {};
68
public function setAvailability(bool $isAvailable): void {};
69
public function verifyPath(string $path, string $fileName): void {};
0 commit comments