You are here

protected function FeedsOAIHTTPFetcherResult::setLastDate in Feeds OAI-PMH Fetcher and Parser 7

1 call to FeedsOAIHTTPFetcherResult::setLastDate()
FeedsOAIHTTPFetcherResult::getRaw in ./FeedsOAIHTTPFetcher.inc
Implementation of FeedsResult::getRaw();

File

./FeedsOAIHTTPFetcher.inc, line 105

Class

FeedsOAIHTTPFetcherResult
Definition of the import batch object created on the fetching stage by FeedsOAIHTTPFetcher.

Code

protected function setLastDate($timestamp) {
  variable_set('feeds_oai:from:' . $this->set . ':' . $this->oai_endpoint_url, $timestamp);
}