Scalr\Upgrade\EntityPropertiesIterator::next PHP 메소드

next() 공개 메소드

또한 보기: Iterator::next()
public next ( )
    public function next()
    {
        ++$this->position;
    }