Phalcon\Db\Adapter\MongoDB\Model\DatabaseInfoLegacyIterator::next PHP Метод

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

Move forward to next element.
См. также: http://php.net/iterator.next
public next ( )
    public function next()
    {
        next($this->databases);
    }