AuthorElementCollection
extends ElementCollection
in package
Table of Contents
Methods
- __construct() : mixed
- current() : AuthorElement
- key() : int
- next() : void
- rewind() : void
- valid() : bool
- getCurrentElement() : DOMElement
Methods
__construct()
public
__construct(DOMNodeList $nodeList) : mixed
Parameters
- $nodeList : DOMNodeList
current()
public
current() : AuthorElement
Return values
AuthorElementkey()
public
key() : int
Return values
intnext()
public
next() : void
rewind()
public
rewind() : void
valid()
public
valid() : bool
Return values
boolgetCurrentElement()
protected
getCurrentElement() : DOMElement