Re-deprecate SessionHandler's styleID functionality
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 30 May 2022 08:54:48 +0000 (10:54 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 30 May 2022 08:54:48 +0000 (10:54 +0200)
see 094ee7c31ce505b293fc228d6831ecb4a42130cc

wcfsetup/install/files/lib/system/session/SessionHandler.class.php

index 05cbeafa1fffaaa5d0c9b0ff00111bcf26f2788f..6ff3fc54bcb7cdf9d07b73cc2cc7a9f118a2608f 100644 (file)
@@ -1375,9 +1375,7 @@ final class SessionHandler extends SingletonFactory
     }
 
     /**
-     * Returns currently active style id.
-     *
-     * @return  int
+     * @deprecated 5.5 - Use `StyleHandler::getInstance()->getStyle()->styleID` instead.
      */
     public function getStyleID()
     {
@@ -1385,9 +1383,7 @@ final class SessionHandler extends SingletonFactory
     }
 
     /**
-     * Sets the currently active style id.
-     *
-     * @param int $styleID
+     * @deprecated 5.5 - Set the style directly with the `StyleAction::changeStyle()`.
      */
     public function setStyleID($styleID)
     {