LMongo\Query\Cursor::getCursor PHP Method

getCursor() public method

Return the MongoCursor instance
public getCursor ( ) : MongoCursor
return MongoCursor
    public function getCursor()
    {
        return $this->cursor;
    }