diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 45 | 
1 files changed, 37 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #125 mongodb version 1.0.0beta1 ] { +Extension [ <persistent> extension #126 mongodb version 1.0.0beta2 ] {    - INI {      Entry [ mongodb.debug <ALL> ] @@ -7,7 +7,7 @@ Extension [ <persistent> 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 [ <persistent> extension #125 mongodb version 1.0.0beta1 ] {        - Properties [0] {        } -      - Methods [1] { +      - Methods [3] {          Method [ <internal:mongodb, ctor> final public method __construct ] {            - Parameters [2] { -            Parameter #0 [ <required> $readPreference ] +            Parameter #0 [ <required> $mode ]              Parameter #1 [ <optional> array or NULL $tagSets ]            }          } + +        Method [ <internal:mongodb> final public method getMode ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:mongodb> final public method getTagSets ] { + +          - Parameters [0] { +          } +        }        }      } @@ -516,14 +528,31 @@ Extension [ <persistent> extension #125 mongodb version 1.0.0beta1 ] {        - Properties [0] {        } -      - Methods [1] { +      - Methods [4] {          Method [ <internal:mongodb, ctor> final public method __construct ] { -          - Parameters [4] { -            Parameter #0 [ <required> $wstring ] +          - Parameters [3] { +            Parameter #0 [ <required> $w ]              Parameter #1 [ <optional> $wtimeout ]              Parameter #2 [ <optional> $journal ] -            Parameter #3 [ <optional> $fsync ] +          } +        } + +        Method [ <internal:mongodb> final public method getW ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:mongodb> final public method getWtimeout ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:mongodb> final public method getJournal ] { + +          - Parameters [0] {            }          }        }  | 
