Dotink\Parody\Iterator::rewind PHP Méthode

rewind() public méthode

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