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

rewind() public method

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