Example #1
0
 /**
  * Query Salesforce for more records and rewind iterator
  */
 protected function queryMore()
 {
     $this->setQueryResult($this->client->queryMore($this->queryResult->getQueryLocator())->getQueryResult());
     $this->rewind();
 }