Flow\Helper\RangeIterator::next PHP Method

next() public method

public next ( )
    public function next()
    {
        $this->current += $this->step;
        return $this;
    }