Mongolid\Cursor\Cursor::fresh PHP Метод

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

Refresh the cursor in order to be able to perform a rewind and iterate through it again. A new request to the database will be made in the next iteration.
public fresh ( ) : void
Результат void
    public function fresh()
    {
        $this->cursor = null;
    }