From 9c283b369ac8620863b5bf67f58137795be3adc2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Oct 2015 09:23:34 +0200 Subject: php-pecl-mongodb: dupliacte our spec --- REFLECTION | 45 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 37 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 1e56450..e5b56d4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #125 mongodb version 1.0.0beta1 ] { +Extension [ extension #126 mongodb version 1.0.0beta2 ] { - INI { Entry [ mongodb.debug ] @@ -7,7 +7,7 @@ Extension [ extension #125 mongodb version 1.0.0beta1 ] { } - Constants [3] { - Constant [ string MONGODB_VERSION ] { 1.0.0beta1 } + Constant [ string MONGODB_VERSION ] { 1.0.0beta2 } Constant [ string MONGODB_STABILITY ] { beta } Constant [ string BSON_NAMESPACE ] { MongoDB\BSON } } @@ -308,14 +308,26 @@ Extension [ extension #125 mongodb version 1.0.0beta1 ] { - Properties [0] { } - - Methods [1] { + - Methods [3] { Method [ final public method __construct ] { - Parameters [2] { - Parameter #0 [ $readPreference ] + Parameter #0 [ $mode ] Parameter #1 [ array or NULL $tagSets ] } } + + Method [ final public method getMode ] { + + - Parameters [0] { + } + } + + Method [ final public method getTagSets ] { + + - Parameters [0] { + } + } } } @@ -516,14 +528,31 @@ Extension [ extension #125 mongodb version 1.0.0beta1 ] { - Properties [0] { } - - Methods [1] { + - Methods [4] { Method [ final public method __construct ] { - - Parameters [4] { - Parameter #0 [ $wstring ] + - Parameters [3] { + Parameter #0 [ $w ] Parameter #1 [ $wtimeout ] Parameter #2 [ $journal ] - Parameter #3 [ $fsync ] + } + } + + Method [ final public method getW ] { + + - Parameters [0] { + } + } + + Method [ final public method getWtimeout ] { + + - Parameters [0] { + } + } + + Method [ final public method getJournal ] { + + - Parameters [0] { } } } -- cgit