Mark the legacy file system methods as deprecated
authorAlexander Ebert <ebert@woltlab.com>
Fri, 7 Jun 2024 16:30:10 +0000 (18:30 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 8 Jun 2024 10:20:25 +0000 (12:20 +0200)
wcfsetup/install/files/lib/data/attachment/Attachment.class.php

index 647f085a113de20f828888d9e8e193ec833f5b4f..c66968aa2d1c8a2812f11e0072ec3a0c5ba3c7b1 100644 (file)
@@ -157,6 +157,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
 
     /**
      * @inheritDoc
+     * @deprecated 6.1 This will no longer be required once the attachments have been migrated.
      */
     public function getLocation()
     {
@@ -171,6 +172,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
      * Returns the physical location of the tiny thumbnail.
      *
      * @return  string
+     * @deprecated 6.1 This will no longer be required once the attachments have been migrated.
      */
     public function getTinyThumbnailLocation()
     {
@@ -179,6 +181,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
 
     /**
      * @inheritDoc
+     * @deprecated 6.1 This will no longer be required once the attachments have been migrated.
      */
     public function getThumbnailLocation($size = '')
     {
@@ -204,6 +207,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
      * include the `.bin` suffix.
      *
      * @since   5.2
+     * @deprecated 6.1 This will no longer be required once the attachments have been migrated.
      */
     public function migrateStorage()
     {
@@ -227,6 +231,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
      * @param string $location
      * @return  string
      * @since   5.2
+     * @deprecated 6.1 This will no longer be required once the attachments have been migrated.
      */
     final protected function getLocationHelper($location)
     {
@@ -447,6 +452,8 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
 
     /**
      * Returns the storage path.
+     *
+     * @deprecated 6.1 This method is no longer in use.
      */
     public static function getStorage(): string
     {