protected function FeedsOAIHTTPBatch::setLastDate in Feeds OAI-PMH Fetcher and Parser 6
1 call to FeedsOAIHTTPBatch::setLastDate()
- FeedsOAIHTTPBatch::getRaw in ./
FeedsOAIHTTPFetcher.inc - Implementation of FeedsImportBatch::getRaw();
File
- ./
FeedsOAIHTTPFetcher.inc, line 105
Class
- FeedsOAIHTTPBatch
- 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);
}