Dotink\Parody\Iterator::rewind PHP Method

rewind() public method

Moved the current element of the value back to the beginning
public rewind ( ) : void
return void
    public function rewind()
    {
        reset($this->extended['traversableValue']);
    }