ComplexityCollectionIterator
in package
implements
Iterator
FinalYes
Table of Contents
Interfaces
- Iterator
Properties
Methods
- __construct() : mixed
- current() : Complexity
- key() : int
- next() : void
- rewind() : void
- valid() : bool
Properties
$items read-only
private
array<string|int, mixed>
$items
Tags
$position
private
int
$position
= 0
Methods
__construct()
public
__construct(ComplexityCollection $items) : mixed
Parameters
- $items : ComplexityCollection
current()
public
current() : Complexity
Return values
Complexitykey()
public
key() : int
Return values
intnext()
public
next() : void
rewind()
public
rewind() : void
valid()
public
valid() : bool