diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 43 |
1 files changed, 7 insertions, 36 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #175 mongodb version 1.3.0beta1 ] { +Extension [ <persistent> extension #177 mongodb version 1.3.0RC1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #175 mongodb version 1.3.0beta1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.3.0beta1 } + Constant [ string MONGODB_VERSION ] { 1.3.0RC1 } Constant [ string MONGODB_STABILITY ] { beta } } @@ -70,7 +70,7 @@ Extension [ <persistent> extension #175 mongodb version 1.3.0beta1 ] { } } - - Classes [53] { + - Classes [52] { Interface [ <internal:mongodb> interface MongoDB\BSON\Type ] { - Constants [0] { @@ -265,7 +265,7 @@ Extension [ <persistent> extension #175 mongodb version 1.3.0beta1 ] { } } - Interface [ <internal:mongodb> interface MongoDB\BSON\ObjectIDInterface ] { + Interface [ <internal:mongodb> interface MongoDB\BSON\ObjectIdInterface ] { - Constants [0] { } @@ -675,7 +675,7 @@ Extension [ <persistent> extension #175 mongodb version 1.3.0beta1 ] { } } - Class [ <internal:mongodb> final class MongoDB\BSON\ObjectID implements MongoDB\BSON\ObjectIDInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { + Class [ <internal:mongodb> final class MongoDB\BSON\ObjectId implements MongoDB\BSON\ObjectIdInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -703,13 +703,13 @@ Extension [ <persistent> extension #175 mongodb version 1.3.0beta1 ] { } } - Method [ <internal:mongodb, prototype MongoDB\BSON\ObjectIDInterface> final public method getTimestamp ] { + Method [ <internal:mongodb, prototype MongoDB\BSON\ObjectIdInterface> final public method getTimestamp ] { - Parameters [0] { } } - Method [ <internal:mongodb, prototype MongoDB\BSON\ObjectIDInterface> final public method __toString ] { + Method [ <internal:mongodb, prototype MongoDB\BSON\ObjectIdInterface> final public method __toString ] { - Parameters [0] { } @@ -902,35 +902,6 @@ Extension [ <persistent> extension #175 mongodb version 1.3.0beta1 ] { } } - Interface [ <internal:mongodb> interface MongoDB\BSON\TypeWrapper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ <internal:mongodb> abstract static public method createFromBSONType ] { - - - Parameters [1] { - Parameter #0 [ <required> MongoDB\BSON\Type $type ] - } - } - } - - - Properties [0] { - } - - - Methods [1] { - Method [ <internal:mongodb> abstract public method toBSONType ] { - - - Parameters [0] { - } - } - } - } - Class [ <internal:mongodb> final class MongoDB\BSON\UTCDateTime implements MongoDB\BSON\UTCDateTimeInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { |