PHP 인터페이스 Phalcon\Db\Adapter\MongoDB\Model\IndexInfoIterator

This iterator is used for enumerating indexes in a collection.
또한 보기: MongoDB\Collection::listIndexes()
상속: extends Iterato\Iterator
파일 보기 프로젝트 열기: phalcon/incubator

공개 메소드들

메소드 설명
current ( ) : IndexInfo Return the current element as a IndexInfo instance.

메소드 상세

current() 공개 메소드

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