PHP Interface Phalcon\Db\Adapter\MongoDB\Model\IndexInfoIterator

This iterator is used for enumerating indexes in a collection.
See also: MongoDB\Collection::listIndexes()
Inheritance: extends Iterato\Iterator
Datei anzeigen Open project: phalcon/incubator

Public Methods

Method Description
current ( ) : IndexInfo Return the current element as a IndexInfo instance.

Method Details

current() public method

Return the current element as a IndexInfo instance.
public current ( ) : IndexInfo
return IndexInfo