Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Iterator.php
function Iterator::rewind
Rewinds the Iterator to the first element.
File
vendor/
phpunit/
php-code-coverage/
src/
Node/
Iterator.php
, line 35
Class
Iterator
@internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
Namespace
SebastianBergmann\CodeCoverage\Node
Code
public
function
rewind
() : void {
$this
->
position
=
0
; }
RSS feed