Doctrine\ODM\MongoDB\CommandCursor::next PHP Method

next() public method

Wrapper method for MongoCommandCursor::next().
See also: http://php.net/manual/en/iterator.next.php
See also: http://php.net/manual/en/mongocommandcursor.next.php
public next ( )
    public function next()
    {
        $cursor = $this;
        $cursor->commandCursor->next();
    }