final class SnapshotNodeList implements Countable, IteratorAggregate (View source)

Methods

fromNodeList(DOMNodeList $list)

No description

int
count()

No description

getIterator()

No description

Details

static SnapshotNodeList fromNodeList(DOMNodeList $list)

No description

Parameters

DOMNodeList $list

Return Value

SnapshotNodeList

int count()

No description

Return Value

int

ArrayIterator getIterator()

No description

Return Value

ArrayIterator