There was an error while loading. Please reload this page.
1 parent 9133556 commit 450f247Copy full SHA for 450f247
1 file changed
lib/private/Preview/Db/Preview.php
@@ -47,7 +47,8 @@
47
* @method string getEtag() Get the etag of the preview.
48
* @method void setEtag(string $etag)
49
* @method string|null getVersion() Get the version for files_versions_s3
50
- * @method void setVersionId(string $versionId)
+ * @method string|null getVersionId() Get the ID of the version metadata row.
51
+ * @method void setVersionId(string $versionId) Set the ID of the version metadata row.
52
* @method bool|null getIs() Get the version for files_versions_s3
53
* @method bool isEncrypted() Get whether the preview is encrypted. At the moment every preview is unencrypted.
54
* @method void setEncrypted(bool $encrypted)
0 commit comments