Scalr\Upgrade\EntityPropertiesIterator::next PHP Méthode

next() public méthode

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