Doctrine\ODM\MongoDB\CommandCursor::next PHP Метод

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

Wrapper method for MongoCommandCursor::next().
См. также: http://php.net/manual/en/iterator.next.php
См. также: http://php.net/manual/en/mongocommandcursor.next.php
public next ( )
    public function next()
    {
        $cursor = $this;
        $cursor->commandCursor->next();
    }