PHP Класс Phalcon\Db\Adapter\MongoDB\Model\CollectionInfoCommandIterator

This iterator may be used to wrap a Cursor returned by the listCollections command.
См. также: MongoDB\Database::listCollections()
См. также: https://github.com/mongodb/specifications/blob/master/source/enumerate-collections.rst
См. также: http://docs.mongodb.org/manual/reference/command/listCollections/
Наследование: extends IteratorIterato\IteratorIterator, implements Phalcon\Db\Adapter\MongoDB\Model\CollectionInfoIterator
Показать файл Открыть проект

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

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

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

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

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