You are here

public function Iterator::rewind in Database Sanitize 7

Overrides Iterator::rewind

1 call to Iterator::rewind()
Iterator::__construct in vendor/symfony/finder/Tests/Iterator/Iterator.php
1 method overrides Iterator::rewind()
Iterator::rewind in vendor/symfony/finder/Tests/Iterator/Iterator.php

File

vendor/symfony/finder/Tests/Iterator/Iterator.php, line 31

Class

Iterator

Namespace

Symfony\Component\Finder\Tests\Iterator

Code

public function rewind() {
  reset($this->values);
}