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']);
    }