Chris@0: getUrl() contains the link to the feed. Chris@0: * Download the data at the URL and expose it Chris@0: * to other modules by attaching it to $feed->source_string. Chris@0: * Chris@0: * @return bool Chris@0: * TRUE if fetching was successful, FALSE otherwise. Chris@0: */ Chris@0: public function fetch(FeedInterface $feed); Chris@0: Chris@0: }