diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 16 | 
1 files changed, 11 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #194 mongodb version 1.6.0alpha3 ] { +Extension [ <persistent> extension #194 mongodb version 1.6.0RC1 ] {    - Dependencies {      Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ <persistent> extension #194 mongodb version 1.6.0alpha3 ] {    }    - Constants [2] { -    Constant [ string MONGODB_VERSION ] { 1.6.0alpha3 } -    Constant [ string MONGODB_STABILITY ] { alpha } +    Constant [ string MONGODB_VERSION ] { 1.6.0RC1 } +    Constant [ string MONGODB_STABILITY ] { beta }    }    - Functions { @@ -1830,7 +1830,7 @@ Extension [ <persistent> extension #194 mongodb version 1.6.0alpha3 ] {        - Properties [0] {        } -      - Methods [12] { +      - Methods [13] {          Method [ <internal:mongodb> final public method abortTransaction ] {            - Parameters [0] { @@ -1881,6 +1881,12 @@ Extension [ <persistent> extension #194 mongodb version 1.6.0alpha3 ] {            }          } +        Method [ <internal:mongodb> final public method getServer ] { + +          - Parameters [0] { +          } +        } +          Method [ <internal:mongodb> final public method isInTransaction ] {            - Parameters [0] { @@ -1890,7 +1896,7 @@ Extension [ <persistent> extension #194 mongodb version 1.6.0alpha3 ] {          Method [ <internal:mongodb> final public method startTransaction ] {            - Parameters [1] { -            Parameter #0 [ <optional> $options ] +            Parameter #0 [ <optional> array or NULL $options ]            }          }  | 
