final class SnapshotNodeList implements Countable, IteratorAggregate (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

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