You are here

protected function FeedsOAIHTTPBatch::setResumptionToken in Feeds OAI-PMH Fetcher and Parser 6

1 call to FeedsOAIHTTPBatch::setResumptionToken()
FeedsOAIHTTPBatch::getRaw in ./FeedsOAIHTTPFetcher.inc
Implementation of FeedsImportBatch::getRaw();

File

./FeedsOAIHTTPFetcher.inc, line 100

Class

FeedsOAIHTTPBatch
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);
}