You are here

public function SpreadsheetIterator::rewind in Migrate Spreadsheet 2.0.x

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

File

src/SpreadsheetIterator.php, line 78

Class

SpreadsheetIterator
Provides a spreadsheet iterator.

Namespace

Drupal\migrate_spreadsheet

Code

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