PHP Класс 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.
См. также: MongoDB\Collection::listIndexes()
См. также: https://github.com/mongodb/specifications/blob/master/source/enumerate-indexes.rst
См. также: http://docs.mongodb.org/manual/reference/command/listIndexes/
См. также: http://docs.mongodb.org/manual/reference/system-collections/
Наследование: extends IteratorIterato\IteratorIterator, implements Phalcon\Db\Adapter\MongoDB\Model\IndexInfoIterator
Показать файл Открыть проект

Открытые методы

Метод Описание
current ( ) : IndexInfo Return the current element as an IndexInfo instance.

Описание методов

current() публичный метод

Return the current element as an IndexInfo instance.
См. также: IndexInfoIterator::current()
См. также: http://php.net/iterator.current
public current ( ) : IndexInfo
Результат IndexInfo