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
파일 보기 프로젝트 열기: phalcon/incubator

공개 메소드들

메소드 설명
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