You are here

public function SpreadsheetIterator::rewind in Migrate Spreadsheet 8

Same name and namespace in other branches
  1. 2.0.x src/SpreadsheetIterator.php \Drupal\migrate_spreadsheet\SpreadsheetIterator::rewind()

File

src/SpreadsheetIterator.php, line 76

Class

SpreadsheetIterator
Provides a spreadsheet iterator.

Namespace

Drupal\migrate_spreadsheet

Code

public function rewind() {
  unset($this->absoluteRow);
  $this->relativeRow = 0;
}