diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 144 | 
1 files changed, 122 insertions, 22 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 couchbase version 3.0.4 ] { +Extension [ <persistent> extension #119 couchbase version 3.1.0 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -21,7 +21,7 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {        Current = '0.0'      }      Entry [ couchbase.decoder.json_arrays <ALL> ] -      Current = '0' +      Current = '1'      }      Entry [ couchbase.pool.max_idle_time_sec <ALL> ]        Current = '60' @@ -880,7 +880,7 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {        - Static methods [0] {        } -      - Properties [7] { +      - Properties [8] {          Property [ <default> private $cas ]          Property [ <default> private $data ]          Property [ <default> private $expiry ] @@ -888,6 +888,7 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {          Property [ <default> private $status ]          Property [ <default> private $err_ctx ]          Property [ <default> private $err_ref ] +        Property [ <default> private $decoder ]        }        - Methods [3] { @@ -4983,7 +4984,7 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {          Property [ <default> private $name ]        } -      - Methods [3] { +      - Methods [4] {          Method [ <internal:couchbase, ctor> public method __construct ] {            - Parameters [2] { @@ -5006,6 +5007,15 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {            }            - Return [ Couchbase\Collection ]          } + +        Method [ <internal:couchbase> public method query ] { + +          - Parameters [2] { +            Parameter #0 [ <required> string $statement ] +            Parameter #1 [ <optional> Couchbase\QueryOptions or NULL $queryOptions ] +          } +          - Return [ Couchbase\QueryResult ] +        }        }      } @@ -9035,13 +9045,14 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {        - Static methods [0] {        } -      - Properties [3] { +      - Properties [4] {          Property [ <default> private $timeout ]          Property [ <default> private $with_expiry ]          Property [ <default> private $project ] +        Property [ <default> private $decoder ]        } -      - Methods [3] { +      - Methods [4] {          Method [ <internal:couchbase> public method timeout ] {            - Parameters [1] { @@ -9065,6 +9076,14 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {            }            - Return [ Couchbase\GetOptions ]          } + +        Method [ <internal:couchbase> public method decoder ] { + +          - Parameters [1] { +            Parameter #0 [ <required> callable $arg ] +          } +          - Return [ Couchbase\GetOptions ] +        }        }      } @@ -9079,11 +9098,12 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {        - Static methods [0] {        } -      - Properties [1] { +      - Properties [2] {          Property [ <default> private $timeout ] +        Property [ <default> private $decoder ]        } -      - Methods [1] { +      - Methods [2] {          Method [ <internal:couchbase> public method timeout ] {            - Parameters [1] { @@ -9091,6 +9111,14 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {            }            - Return [ Couchbase\GetAndTouchOptions ]          } + +        Method [ <internal:couchbase> public method decoder ] { + +          - Parameters [1] { +            Parameter #0 [ <required> callable $arg ] +          } +          - Return [ Couchbase\GetAndTouchOptions ] +        }        }      } @@ -9105,11 +9133,12 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {        - Static methods [0] {        } -      - Properties [1] { +      - Properties [2] {          Property [ <default> private $timeout ] +        Property [ <default> private $decoder ]        } -      - Methods [1] { +      - Methods [2] {          Method [ <internal:couchbase> public method timeout ] {            - Parameters [1] { @@ -9117,6 +9146,14 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {            }            - Return [ Couchbase\GetAndLockOptions ]          } + +        Method [ <internal:couchbase> public method decoder ] { + +          - Parameters [1] { +            Parameter #0 [ <required> callable $arg ] +          } +          - Return [ Couchbase\GetAndLockOptions ] +        }        }      } @@ -9131,11 +9168,12 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {        - Static methods [0] {        } -      - Properties [1] { +      - Properties [2] {          Property [ <default> private $timeout ] +        Property [ <default> private $decoder ]        } -      - Methods [1] { +      - Methods [2] {          Method [ <internal:couchbase> public method timeout ] {            - Parameters [1] { @@ -9143,6 +9181,14 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {            }            - Return [ Couchbase\GetAllReplicasOptions ]          } + +        Method [ <internal:couchbase> public method decoder ] { + +          - Parameters [1] { +            Parameter #0 [ <required> callable $arg ] +          } +          - Return [ Couchbase\GetAllReplicasOptions ] +        }        }      } @@ -9157,11 +9203,12 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {        - Static methods [0] {        } -      - Properties [1] { +      - Properties [2] {          Property [ <default> private $timeout ] +        Property [ <default> private $decoder ]        } -      - Methods [1] { +      - Methods [2] {          Method [ <internal:couchbase> public method timeout ] {            - Parameters [1] { @@ -9169,6 +9216,14 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {            }            - Return [ Couchbase\GetAnyReplicaOptions ]          } + +        Method [ <internal:couchbase> public method decoder ] { + +          - Parameters [1] { +            Parameter #0 [ <required> callable $arg ] +          } +          - Return [ Couchbase\GetAnyReplicaOptions ] +        }        }      } @@ -9235,13 +9290,14 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {        - Static methods [0] {        } -      - Properties [3] { +      - Properties [4] {          Property [ <default> private $timeout ]          Property [ <default> private $expiry ]          Property [ <default> private $durability_level ] +        Property [ <default> private $encoder ]        } -      - Methods [3] { +      - Methods [4] {          Method [ <internal:couchbase> public method timeout ] {            - Parameters [1] { @@ -9265,6 +9321,14 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {            }            - Return [ Couchbase\InsertOptions ]          } + +        Method [ <internal:couchbase> public method encoder ] { + +          - Parameters [1] { +            Parameter #0 [ <required> callable $arg ] +          } +          - Return [ Couchbase\InsertOptions ] +        }        }      } @@ -9279,14 +9343,15 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {        - Static methods [0] {        } -      - Properties [4] { +      - Properties [5] {          Property [ <default> private $cas ]          Property [ <default> private $timeout ]          Property [ <default> private $expiry ]          Property [ <default> private $durability_level ] +        Property [ <default> private $encoder ]        } -      - Methods [4] { +      - Methods [5] {          Method [ <internal:couchbase> public method cas ] {            - Parameters [1] { @@ -9318,6 +9383,14 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {            }            - Return [ Couchbase\UpsertOptions ]          } + +        Method [ <internal:couchbase> public method encoder ] { + +          - Parameters [1] { +            Parameter #0 [ <required> callable $arg ] +          } +          - Return [ Couchbase\UpsertOptions ] +        }        }      } @@ -9332,14 +9405,15 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {        - Static methods [0] {        } -      - Properties [4] { +      - Properties [5] {          Property [ <default> private $cas ]          Property [ <default> private $timeout ]          Property [ <default> private $expiry ]          Property [ <default> private $durability_level ] +        Property [ <default> private $encoder ]        } -      - Methods [4] { +      - Methods [5] {          Method [ <internal:couchbase> public method cas ] {            - Parameters [1] { @@ -9371,6 +9445,14 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {            }            - Return [ Couchbase\ReplaceOptions ]          } + +        Method [ <internal:couchbase> public method encoder ] { + +          - Parameters [1] { +            Parameter #0 [ <required> callable $arg ] +          } +          - Return [ Couchbase\ReplaceOptions ] +        }        }      } @@ -10006,7 +10088,7 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {        - Static methods [0] {        } -      - Properties [16] { +      - Properties [18] {          Property [ <default> private $timeout ]          Property [ <default> private $adhoc ]          Property [ <default> private $metrics ] @@ -10023,9 +10105,11 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {          Property [ <default> private $max_parallelism ]          Property [ <default> private $profile ]          Property [ <default> private $client_context_id ] +        Property [ <default> private $scope_name ] +        Property [ <default> private $scope_qualifier ]        } -      - Methods [16] { +      - Methods [18] {          Method [ <internal:couchbase> public method timeout ] {            - Parameters [1] { @@ -10154,6 +10238,22 @@ Extension [ <persistent> extension #117 couchbase version 3.0.4 ] {            }            - Return [ Couchbase\QueryOptions ]          } + +        Method [ <internal:couchbase> public method scopeName ] { + +          - Parameters [1] { +            Parameter #0 [ <required> string $value ] +          } +          - Return [ Couchbase\QueryOptions ] +        } + +        Method [ <internal:couchbase> public method scopeQualifier ] { + +          - Parameters [1] { +            Parameter #0 [ <required> string $value ] +          } +          - Return [ Couchbase\QueryOptions ] +        }        }      }  | 
