Table of Contents
Properties
-
$nodes
: array<string|int, DOMElement>
-
$position
: int
Methods
-
__construct()
: mixed
-
current()
: AuthorElement
-
key()
: int
-
next()
: void
-
rewind()
: void
-
valid()
: bool
-
getCurrentElement()
: DOMElement
-
importNodes()
: void
$nodes
private
array<string|int, DOMElement>
$nodes
= []
$position
private
int
$position
__construct()
public
__construct(DOMNodeList $nodeList) : mixed
Parameters
-
$nodeList
: DOMNodeList
-
current()
public
current() : AuthorElement
key()
public
key() : int
next()
public
next() : void
rewind()
public
rewind() : void
valid()
public
valid() : bool
getCurrentElement()
protected
getCurrentElement() : DOMElement
importNodes()
private
importNodes(DOMNodeList $nodeList) : void
Parameters
-
$nodeList
: DOMNodeList
-