Deprecate old code
authorMarcel Werk <burntime@woltlab.com>
Sun, 4 Feb 2024 13:48:44 +0000 (14:48 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 4 Feb 2024 13:48:44 +0000 (14:48 +0100)
wcfsetup/install/files/lib/data/IFeedEntryWithEnclosure.class.php
wcfsetup/install/files/lib/data/article/FeedArticle.class.php
wcfsetup/install/files/lib/data/article/FeedArticleList.class.php

index 9ff7df58ec23331eb730a987b547a57b7b76c780..132cf8c5ec2b73ee0c7e31a3c721fbc850b19868 100644 (file)
@@ -10,6 +10,7 @@ use wcf\system\feed\enclosure\FeedEnclosure;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @deprecated 6.1 use `wcf\system\rssFeed\RssFeedItem` instead
  */
 interface IFeedEntryWithEnclosure extends IFeedEntry
 {
index 5b839da19f674873aec0a7d1c1ac27481ea3ef64..a1ba081d5aad60d9e5adf5ba4de0f6c522c2df97 100644 (file)
@@ -14,6 +14,7 @@ use wcf\util\StringUtil;
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since   3.0
+ * @deprecated 6.1
  */
 class FeedArticle extends ViewableArticle implements IFeedEntryWithEnclosure
 {
index af6642e36c5b4920b654b19b68852ce6d87955ea..aa7926cf3b9b857c9c1696b7381bd628b5d98b43 100644 (file)
@@ -9,6 +9,7 @@ namespace wcf\data\article;
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since   3.0
+ * @deprecated 6.1
  *
  * @method  FeedArticle current()
  * @method  FeedArticle[]   getObjects()