Scalr\Upgrade\EntityPropertiesIterator::rewind PHP Method

rewind() public method

See also: Iterator::rewind()
public rewind ( )
    public function rewind()
    {
        $this->position = 0;
    }