ComplexityCollectionIterator
implements
Iterator
Interfaces, Classes, Traits and Enums
- Iterator
Table of Contents
-
$items
: mixed
-
$position
: int
-
__construct()
: mixed
-
current()
: Complexity
-
key()
: int
-
next()
: void
-
rewind()
: void
-
valid()
: bool
$items
private
mixed
$items
-
psalm-var
-
$position
private
int
$position
= 0
__construct()
public
__construct(ComplexityCollection $items) : mixed
Parameters
-
$items
: ComplexityCollection
-
Return values
mixed
—
current()
public
current() : Complexity
Return values
Complexity
—
key()
public
key() : int
Return values
int
—
next()
public
next() : void
Return values
void
—
rewind()
public
rewind() : void
Return values
void
—
valid()
public
valid() : bool
Return values
bool
—