TestFileCollectionIterator
in package
implements
Iterator
FinalYes
Tags
Table of Contents
Interfaces
- Iterator
Properties
Methods
Properties
$files read-only
private
array<int, TestFile>
$files
$position
private
int
$position
= 0
non-negative-int
Methods
__construct()
public
__construct(TestFileCollection $files) : mixed
Parameters
- $files : TestFileCollection
current()
public
current() : TestFile
Return values
TestFilekey()
public
key() : int
Return values
intnext()
public
next() : void
rewind()
public
rewind() : void
valid()
public
valid() : bool