Skip to content

Ability to reset filters

Compare
Choose a tag to compare
@alexdebril alexdebril released this 09 Jan 23:18

Now we can reset FeedIo's filters, it's recommended to do so after each feed reading :

        $this->feedIo->read($feed->getUrl(), $feed, $feed->getLastModified());
        $this->feedIo->resetFilters();

It fixes issue #70