feeds = $data; } /** * {@inheritdoc} */ public function getFormattedContent() : string { return FeedFactory::factory($this->feeds)->export(FeedFactoryInterface::FORMAT_RSS); } }