public function TestIterator::key

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/TestIterator.php, line 22

Class

TestIterator

Code

public function key() {
  return $this->position;
}