NodeList
implements
Iterator
Table of Contents
Interfaces
- Iterator
Methods
-
__construct()
: mixed
-
current()
: mixed
-
get()
: mixed
-
getLength()
: mixed
-
item()
: mixed
-
key()
: mixed
-
next()
: mixed
-
rewind()
: mixed
-
set()
: mixed
-
valid()
: mixed
__construct()
public
__construct([array<string|int, mixed> $values = null ]) : mixed
Parameters
-
$values
: array<string|int, mixed>
= null
-
current()
public
current() : mixed
get()
public
get() : mixed
getLength()
public
getLength() : mixed
item()
public
item(mixed $index) : mixed
Parameters
-
$index
: mixed
-
key()
public
key() : mixed
next()
public
next() : mixed
rewind()
public
rewind() : mixed
set()
public
set(array<string|int, mixed> $values) : mixed
Parameters
-
$values
: array<string|int, mixed>
-
valid()
public
valid([mixed $index = null ]) : mixed
Parameters
-
$index
: mixed
= null
-