public function SpreadsheetIterator::rewind in Migrate Spreadsheet 2.0.x
Same name and namespace in other branches
- 8 src/SpreadsheetIterator.php \Drupal\migrate_spreadsheet\SpreadsheetIterator::rewind()
File
- src/
SpreadsheetIterator.php, line 78
Class
- SpreadsheetIterator
- Provides a spreadsheet iterator.
Namespace
Drupal\migrate_spreadsheetCode
public function rewind() : void {
unset($this->absoluteRow);
$this->relativeRow = 0;
}