You are here

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

Iterator

Namespace

Symfony\Component\Finder\Tests\Iterator

Code

public function current() {
  return current($this->values);
}