diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-05 11:45:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-05 11:45:42 +0200 |
commit | 6cd84a61377fef81b284bfab047d00938eac4b1a (patch) | |
tree | 825fdda6dec08d285869b285b8bacf300f79e5d8 /REFLECTION | |
parent | d033ccbbff7281e137c250140d582be5e79153ab (diff) |
Update to 2.4.0
raise minimal PHP version to 5.6
raise dependency on libcouchbase 2.8
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 39 |
1 files changed, 37 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #169 couchbase version 2.3.4 ] { +Extension [ <persistent> extension #171 couchbase version 2.4.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -1592,7 +1592,7 @@ Extension [ <persistent> extension #169 couchbase version 2.3.4 ] { Property [ <default> public $options ] } - - Methods [7] { + - Methods [12] { Method [ <internal:couchbase, ctor> final private method __construct ] { - Parameters [0] { @@ -1640,6 +1640,41 @@ Extension [ <persistent> extension #169 couchbase version 2.3.4 ] { Parameter #0 [ <required> $mutationState ] } } + + Method [ <internal:couchbase> final public method scanCap ] { + + - Parameters [1] { + Parameter #0 [ <required> $scanCap ] + } + } + + Method [ <internal:couchbase> final public method pipelineBatch ] { + + - Parameters [1] { + Parameter #0 [ <required> $pipelineBatch ] + } + } + + Method [ <internal:couchbase> final public method pipelineCap ] { + + - Parameters [1] { + Parameter #0 [ <required> $pipelineCap ] + } + } + + Method [ <internal:couchbase> final public method maxParallelism ] { + + - Parameters [1] { + Parameter #0 [ <required> $maxParallelism ] + } + } + + Method [ <internal:couchbase> final public method readonly ] { + + - Parameters [1] { + Parameter #0 [ <required> $readonly ] + } + } } } |