MongoDB\Model\IndexInfoIterator Class
Definition
MongoDB\Model\IndexInfoIterator
This interface extends PHP's Iterator interface. An instance of this interface is returned by
MongoDB\Collection::listIndexes()
.
Methods
This interface adds no new methods to Iterator, but specifies that current() will return an instance of
MongoDB\Model\IndexInfo
.