* @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
{
* @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
{
* @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()