Dotink\Parody\Iterator::rewind PHP Метод

rewind() публичный Метод

Moved the current element of the value back to the beginning
public rewind ( ) : void
Результат void
    public function rewind()
    {
        reset($this->extended['traversableValue']);
    }