diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-05 14:00:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-05 14:00:42 +0200 |
commit | 6ecd8866cc7312d7aded918f9b808e05bb74529f (patch) | |
tree | 4bd9e99f5ff0c8a8db6afc25bfa5cadb54eb4ec3 /REFLECTION | |
parent | 8299a00e2e30c083d7c7057d2ed909d90cafce9a (diff) |
v2.4.1
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] { |