diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 28 | 
1 files changed, 21 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #166 couchbase version 2.3.3 ] { +Extension [ <persistent> extension #169 couchbase version 2.3.4 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -26,7 +26,7 @@ Extension [ <persistent> extension #166 couchbase version 2.3.3 ] {      }    } -  - Constants [150] { +  - Constants [151] {      Constant [ integer COUCHBASE_PERSISTTO_MASTER ] { 1 }      Constant [ integer COUCHBASE_PERSISTTO_ONE ] { 1 }      Constant [ integer COUCHBASE_PERSISTTO_TWO ] { 2 } @@ -142,6 +142,7 @@ Extension [ <persistent> extension #166 couchbase version 2.3.3 ] {      Constant [ integer COUCHBASE_GENERIC_SUBDOCERR ] { 81 }      Constant [ integer COUCHBASE_GENERIC_CONSTRAINT_ERR ] { 82 }      Constant [ integer COUCHBASE_NAMESERVER_ERROR ] { 83 } +    Constant [ integer COUCHBASE_NOT_AUTHORIZED ] { 84 }      Constant [ integer COUCHBASE_TMPFAIL ] { 11 }      Constant [ integer COUCHBASE_KEYALREADYEXISTS ] { 12 }      Constant [ integer COUCHBASE_KEYNOTFOUND ] { 13 } @@ -478,7 +479,9 @@ Extension [ <persistent> extension #166 couchbase version 2.3.3 ] {      Class [ <internal:couchbase> final class Couchbase\ClusterManager ] { -      - Constants [0] { +      - Constants [2] { +        Constant [ integer RBAC_DOMAIN_LOCAL ] { 1 } +        Constant [ integer RBAC_DOMAIN_EXTERNAL ] { 2 }        }        - Static properties [0] { @@ -490,7 +493,7 @@ Extension [ <persistent> extension #166 couchbase version 2.3.3 ] {        - Properties [0] {        } -      - Methods [8] { +      - Methods [9] {          Method [ <internal:couchbase, ctor> final private method __construct ] {            - Parameters [0] { @@ -520,22 +523,33 @@ Extension [ <persistent> extension #166 couchbase version 2.3.3 ] {          Method [ <internal:couchbase> final public method listUsers ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <required> $domain ]            }          }          Method [ <internal:couchbase> final public method upsertUser ] { -          - Parameters [2] { +          - Parameters [3] {              Parameter #0 [ <required> $name ]              Parameter #1 [ <required> $settings ] +            Parameter #2 [ <required> $domain ] +          } +        } + +        Method [ <internal:couchbase> final public method getUser ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $name ] +            Parameter #1 [ <required> $domain ]            }          }          Method [ <internal:couchbase> final public method removeUser ] { -          - Parameters [1] { +          - Parameters [2] {              Parameter #0 [ <required> $name ] +            Parameter #1 [ <required> $domain ]            }          }  | 
