PHP Class Phalcon\Db\Adapter\MongoDB\Model\IndexInfoIteratorIterator

This common iterator may be used to wrap a Cursor returned by both the listIndexes command and, for legacy servers, queries on the "system.indexes" collection.
See also: MongoDB\Collection::listIndexes()
See also: https://github.com/mongodb/specifications/blob/master/source/enumerate-indexes.rst
See also: http://docs.mongodb.org/manual/reference/command/listIndexes/
See also: http://docs.mongodb.org/manual/reference/system-collections/
Inheritance: extends IteratorIterato\IteratorIterator, implements Phalcon\Db\Adapter\MongoDB\Model\IndexInfoIterator
Datei anzeigen Open project: phalcon/incubator

Public Methods

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

Method Details

current() public method

Return the current element as an IndexInfo instance.
See also: IndexInfoIterator::current()
See also: http://php.net/iterator.current
public current ( ) : IndexInfo
return IndexInfo