Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
vfsStreamContainerIterator.php
function vfsStreamContainerIterator::rewind
resets children pointer
File
vendor/
mikey179/
vfsstream/
src/
main/
php/
org/
bovigo/
vfs/
vfsStreamContainerIterator.php
, line 41
Class
vfsStreamContainerIterator
Iterator for children of a directory container.
Namespace
org\bovigo\vfs
Code
public
function
rewind
() {
reset
(
$this
->
children
); }
RSS feed