protected function FeedsOAIHTTPFetcherResult::setResumptionToken in Feeds OAI-PMH Fetcher and Parser 7
1 call to FeedsOAIHTTPFetcherResult::setResumptionToken()
- FeedsOAIHTTPFetcherResult::getRaw in ./
FeedsOAIHTTPFetcher.inc - Implementation of FeedsResult::getRaw();
File
- ./
FeedsOAIHTTPFetcher.inc, line 100
Class
- FeedsOAIHTTPFetcherResult
- Definition of the import batch object created on the fetching stage by FeedsOAIHTTPFetcher.
Code
protected function setResumptionToken($resumption_token) {
$this->resumption_token = $resumption_token;
variable_set('feeds_oai:resumptionToken:' . $this->set . ':' . $this->oai_endpoint_url, $resumption_token);
}