Phalcon\Db\Adapter\MongoDB\Model\CollectionInfoCommandIterator::current PHP Méthode

current() public méthode

Return the current element as a CollectionInfo instance.
See also: CollectionInfoIterator::current()
See also: http://php.net/iterator.current
public current ( ) : CollectionInfo
Résultat CollectionInfo
    public function current()
    {
        return new CollectionInfo(parent::current());
    }
CollectionInfoCommandIterator