Flow\Helper\RangeIterator::next PHP Méthode

next() public méthode

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