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

current() public method

Wrapper method for MongoCommandCursor::current().
See also: http://php.net/manual/en/iterator.current.php
See also: http://php.net/manual/en/mongocommandcursor.current.php
public current ( ) : object | array | null
return object | array | null
    public function current()
    {
        return $this->hydrateDocument($this->commandCursor->current());
    }