diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 47 | 
1 files changed, 43 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #164 couchbase version 2.3.1 ] { +Extension [ <persistent> extension #165 couchbase version 2.3.2 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -317,7 +317,7 @@ Extension [ <persistent> extension #164 couchbase version 2.3.1 ] {      }    } -  - Classes [42] { +  - Classes [43] {      Class [ <internal:couchbase> class Couchbase\Exception extends Exception implements Throwable ] {        - Constants [0] { @@ -1040,6 +1040,43 @@ Extension [ <persistent> extension #164 couchbase version 2.3.1 ] {        }      } +    Class [ <internal:couchbase> final class Couchbase\PasswordAuthenticator implements Couchbase\Authenticator ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [3] { +        Method [ <internal:couchbase, ctor> final public method __construct ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:couchbase> final public method username ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $username ] +          } +        } + +        Method [ <internal:couchbase> final public method password ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $password ] +          } +        } +      } +    } +      Class [ <internal:couchbase> final class Couchbase\MutationToken ] {        - Constants [0] { @@ -1574,15 +1611,17 @@ Extension [ <persistent> extension #164 couchbase version 2.3.1 ] {          Method [ <internal:couchbase> final public method get ] { -          - Parameters [1] { +          - Parameters [2] {              Parameter #0 [ <required> $path ] +            Parameter #1 [ <optional> $options ]            }          }          Method [ <internal:couchbase> final public method exists ] { -          - Parameters [1] { +          - Parameters [2] {              Parameter #0 [ <required> $path ] +            Parameter #1 [ <optional> $options ]            }          }  | 
