* @package WoltLabSuite\Core\Data */ interface IFeedEntryWithEnclosure extends IFeedEntry { /** * Returns the enclosure object * * @return FeedEnclosure|null */ public function getEnclosure(); }