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
Namespace
Symfony\Component\Finder\Tests\IteratorCode
public function rewind() {
reset($this->values);
}