CoreTestIterator
implements
Iterator
Interfaces, Classes and Traits
- Iterator
Table of Contents
-
$allowValueAccess
: mixed
-
$array
: mixed
-
$arrayKeys
: mixed
-
$maxPosition
: mixed
-
$position
: mixed
-
__construct()
: mixed
-
current()
: mixed
-
key()
: mixed
-
next()
: mixed
-
rewind()
: mixed
-
valid()
: mixed
$allowValueAccess
private
mixed
$allowValueAccess
$array
private
mixed
$array
$arrayKeys
private
mixed
$arrayKeys
$maxPosition
private
mixed
$maxPosition
$position
private
mixed
$position
__construct()
public
__construct(array<string|int, mixed> $values, array<string|int, mixed> $keys[, mixed $allowValueAccess = false ][, mixed $maxPosition = false ]) : mixed
Parameters
-
$values
: array<string|int, mixed>
-
-
$keys
: array<string|int, mixed>
-
-
$allowValueAccess
: mixed
= false
-
-
$maxPosition
: mixed
= false
-
Return values
mixed
—
current()
public
current() : mixed
Return values
mixed
—
key()
public
key() : mixed
Return values
mixed
—
next()
public
next() : mixed
Return values
mixed
—
rewind()
public
rewind() : mixed
Return values
mixed
—
valid()
public
valid() : mixed
Return values
mixed
—