SebastianBergmann\PHPCPD\CodeCloneMap::rewind PHP Method

rewind() public method

Rewinds the Iterator to the first element.
public rewind ( )
    public function rewind()
    {
        $this->position = 0;
    }