diff options
| author | Remi Collet <remi@remirepo.net> | 2017-04-05 14:29:06 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-04-05 14:29:06 +0200 | 
| commit | 0eeb628fe4f54017babeb51f5e125a23edd7613b (patch) | |
| tree | e891c86def686aa61afad634aa74fbec8414d29e /REFLECTION | |
| parent | 4d61851a6cd8847d09022805bb94949df243a9a2 (diff) | |
v2.3.1
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 67 | 
1 files changed, 61 insertions, 6 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #163 couchbase version 2.3.0 ] { +Extension [ <persistent> extension #164 couchbase version 2.3.1 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -26,7 +26,7 @@ Extension [ <persistent> extension #163 couchbase version 2.3.0 ] {      }    } -  - Constants [146] { +  - Constants [149] {      Constant [ integer COUCHBASE_PERSISTTO_MASTER ] { 1 }      Constant [ integer COUCHBASE_PERSISTTO_ONE ] { 1 }      Constant [ integer COUCHBASE_PERSISTTO_TWO ] { 2 } @@ -138,6 +138,9 @@ Extension [ <persistent> extension #163 couchbase version 2.3.0 ] {      Constant [ integer COUCHBASE_UNKNOWN_SDCMD ] { 77 }      Constant [ integer COUCHBASE_ENO_COMMANDS ] { 78 }      Constant [ integer COUCHBASE_QUERY_ERROR ] { 79 } +    Constant [ integer COUCHBASE_GENERIC_TMPERR ] { 80 } +    Constant [ integer COUCHBASE_GENERIC_SUBDOCERR ] { 81 } +    Constant [ integer COUCHBASE_GENERIC_CONSTRAINT_ERR ] { 82 }      Constant [ integer COUCHBASE_TMPFAIL ] { 11 }      Constant [ integer COUCHBASE_KEYALREADYEXISTS ] { 12 }      Constant [ integer COUCHBASE_KEYNOTFOUND ] { 13 } @@ -314,7 +317,7 @@ Extension [ <persistent> extension #163 couchbase version 2.3.0 ] {      }    } -  - Classes [41] { +  - Classes [42] {      Class [ <internal:couchbase> class Couchbase\Exception extends Exception implements Throwable ] {        - Constants [0] { @@ -502,7 +505,7 @@ Extension [ <persistent> extension #163 couchbase version 2.3.0 ] {          Method [ <internal:couchbase> final public method removeBucket ] {            - Parameters [1] { -            Parameter #0 [ <required> $connstr ] +            Parameter #0 [ <required> $name ]            }          } @@ -528,7 +531,7 @@ Extension [ <persistent> extension #163 couchbase version 2.3.0 ] {        - Properties [0] {        } -      - Methods [40] { +      - Methods [41] {          Method [ <internal:couchbase, ctor> final private method __construct ] {            - Parameters [0] { @@ -645,6 +648,14 @@ Extension [ <persistent> extension #163 couchbase version 2.3.0 ] {            }          } +        Method [ <internal:couchbase> final public method unlock ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $id ] +            Parameter #1 [ <required> $options ] +          } +        } +          Method [ <internal:couchbase> final public method touch ] {            - Parameters [3] { @@ -1394,6 +1405,43 @@ Extension [ <persistent> extension #163 couchbase version 2.3.0 ] {        }      } +    Class [ <internal:couchbase> final class Couchbase\AnalyticsQuery ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [1] { +        Method [ <internal:couchbase> final static public method fromString ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $statement ] +          } +        } +      } + +      - Properties [1] { +        Property [ <default> public $options ] +      } + +      - Methods [2] { +        Method [ <internal:couchbase, ctor> final private method __construct ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:couchbase> final public method hostname ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $hostname ] +          } +        } +      } +    } +      Class [ <internal:couchbase> final class Couchbase\N1qlQuery ] {        - Constants [3] { @@ -1832,7 +1880,7 @@ Extension [ <persistent> extension #163 couchbase version 2.3.0 ] {        - Properties [0] {        } -      - Methods [10] { +      - Methods [11] {          Method [ <internal:couchbase, ctor> final public method __construct ] {            - Parameters [2] { @@ -1889,6 +1937,13 @@ Extension [ <persistent> extension #163 couchbase version 2.3.0 ] {            }          } +        Method [ <internal:couchbase> final public method sort ] { + +          - Parameters [1] { +            Parameter #0 [ <required> ...$(sort) ] +          } +        } +          Method [ <internal:couchbase> final public method highlight ] {            - Parameters [2] { | 
