Scalr\Upgrade\EntityPropertiesIterator::next PHP Method

next() public method

See also: Iterator::next()
public next ( )
    public function next()
    {
        ++$this->position;
    }