diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 24 | 
1 files changed, 14 insertions, 10 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #171 couchbase version 2.4.0 ] { +Extension [ <persistent> extension #173 couchbase version 2.4.1 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -24,6 +24,9 @@ Extension [ <persistent> extension #171 couchbase version 2.4.0 ] {      Entry [ couchbase.decoder.json_arrays <ALL> ]        Current = '0'      } +    Entry [ couchbase.pool.max_idle_time_sec <ALL> ] +      Current = '60' +    }    }    - Constants [151] { @@ -1552,19 +1555,12 @@ Extension [ <persistent> extension #171 couchbase version 2.4.0 ] {          Property [ <default> public $options ]        } -      - Methods [2] { +      - Methods [1] {          Method [ <internal:couchbase, ctor> final private method __construct ] {            - Parameters [0] {            }          } - -        Method [ <internal:couchbase> final public method hostname ] { - -          - Parameters [1] { -            Parameter #0 [ <required> $hostname ] -          } -        }        }      } @@ -1726,7 +1722,7 @@ Extension [ <persistent> extension #171 couchbase version 2.4.0 ] {        - Properties [0] {        } -      - Methods [4] { +      - Methods [5] {          Method [ <internal:couchbase, ctor> final private method __construct ] {            - Parameters [0] { @@ -1741,6 +1737,14 @@ Extension [ <persistent> extension #171 couchbase version 2.4.0 ] {            }          } +        Method [ <internal:couchbase> final public method getCount ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $path ] +            Parameter #1 [ <optional> $options ] +          } +        } +          Method [ <internal:couchbase> final public method exists ] {            - Parameters [2] {  | 
