rowIterator = new RowIterator($filePointer, $options, $globalFunctionsHelper); } /** * @api * @return \Box\Spout\Reader\CSV\RowIterator */ public function getRowIterator() { return $this->rowIterator; } }