Box\Spout\Reader\CSV\SheetIterator::next PHP Method

next() public method

Move forward to next element
public next ( ) : void
return void
    public function next()
    {
        $this->hasReadUniqueSheet = true;
    }