public function Iterator::current in Database Sanitize 7
Overrides Iterator::current
1 call to Iterator::current()
- Iterator::valid in vendor/
symfony/ finder/ Tests/ Iterator/ Iterator.php
1 method overrides Iterator::current()
- Iterator::current in vendor/
symfony/ finder/ Tests/ Iterator/ Iterator.php
File
- vendor/
symfony/ finder/ Tests/ Iterator/ Iterator.php, line 46
Class
Namespace
Symfony\Component\Finder\Tests\IteratorCode
public function current() {
return current($this->values);
}