BundledComponentCollectionIterator
in package
implements
Iterator
Tags
Table of Contents
Interfaces
- Iterator
Properties
- $bundledComponents : array<string|int, BundledComponent>
- $position : int
Methods
- __construct() : mixed
- current() : BundledComponent
- key() : int
- next() : void
- rewind() : void
- valid() : bool
Properties
$bundledComponents
private
array<string|int, BundledComponent>
$bundledComponents
$position
private
int
$position
= 0
Methods
__construct()
public
__construct(BundledComponentCollection $bundledComponents) : mixed
Parameters
- $bundledComponents : BundledComponentCollection
current()
public
current() : BundledComponent
Return values
BundledComponentkey()
public
key() : int
Return values
intnext()
public
next() : void
rewind()
public
rewind() : void
valid()
public
valid() : bool