From a2c96652c91b7af429039d68165032aa628c71b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Nov 2016 17:48:09 +0100 Subject: php-pecl-mongodb: switch the spec --- REFLECTION | 1537 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 940 insertions(+), 597 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a868c09..5e99dd6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,11 @@ -Extension [ extension #89 mongodb version 1.1.9 ] { +Extension [ extension #155 mongodb version 1.2.0 ] { + + - Dependencies { + Dependency [ date (Required) ] + Dependency [ json (Required) ] + Dependency [ spl (Required) ] + Dependency [ standard (Required) ] + } - INI { Entry [ mongodb.debug ] @@ -6,10 +13,9 @@ Extension [ extension #89 mongodb version 1.1.9 ] { } } - - Constants [3] { - Constant [ string MONGODB_VERSION ] { 1.1.9 } + - Constants [2] { + Constant [ string MONGODB_VERSION ] { 1.2.0 } Constant [ string MONGODB_STABILITY ] { stable } - Constant [ string BSON_NAMESPACE ] { MongoDB\BSON } } - Functions { @@ -39,8 +45,8 @@ Extension [ extension #89 mongodb version 1.1.9 ] { } } - - Classes [37] { - Class [ final class MongoDB\Driver\Command ] { + - Classes [38] { + Interface [ interface MongoDB\BSON\Type ] { - Constants [0] { } @@ -54,20 +60,11 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Properties [0] { } - - Methods [2] { - Method [ final public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $document ] - } - } - - Method [ public method __wakeUp ] { - } + - Methods [0] { } } - Class [ final class MongoDB\Driver\Cursor implements Traversable ] { + Interface [ interface MongoDB\BSON\Serializable extends MongoDB\BSON\Type ] { - Constants [0] { } @@ -81,47 +78,40 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Properties [0] { } - - Methods [7] { - Method [ final private method __construct ] { - } - - Method [ final public method setTypeMap ] { - - - Parameters [1] { - Parameter #0 [ array $typemap ] - } - } - - Method [ final public method toArray ] { + - Methods [1] { + Method [ abstract public method bsonSerialize ] { - Parameters [0] { } } + } + } - Method [ final public method getId ] { + Interface [ interface MongoDB\BSON\Unserializable ] { - - Parameters [0] { - } - } + - Constants [0] { + } - Method [ final public method getServer ] { + - Static properties [0] { + } - - Parameters [0] { - } - } + - Static methods [0] { + } - Method [ final public method isDead ] { + - Properties [0] { + } - - Parameters [0] { - } - } + - Methods [1] { + Method [ abstract public method bsonUnserialize ] { - Method [ public method __wakeUp ] { + - Parameters [1] { + Parameter #0 [ array $data ] + } } } } - Class [ final class MongoDB\Driver\CursorId ] { + Interface [ interface MongoDB\BSON\Persistable extends MongoDB\BSON\Unserializable, MongoDB\BSON\Serializable, MongoDB\BSON\Type ] { - Constants [0] { } @@ -135,109 +125,153 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Properties [0] { } - - Methods [3] { - Method [ final private method __construct ] { + - Methods [2] { + Method [ abstract public method bsonUnserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } } - Method [ final public method __toString ] { + Method [ abstract public method bsonSerialize ] { - Parameters [0] { } } - - Method [ public method __wakeUp ] { - } } } - Class [ final class MongoDB\Driver\Manager ] { + Class [ final class MongoDB\BSON\Binary implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - - Constants [0] { + - Constants [7] { + Constant [ integer TYPE_GENERIC ] { 0 } + Constant [ integer TYPE_FUNCTION ] { 1 } + Constant [ integer TYPE_OLD_BINARY ] { 2 } + Constant [ integer TYPE_OLD_UUID ] { 3 } + Constant [ integer TYPE_UUID ] { 4 } + Constant [ integer TYPE_MD5 ] { 5 } + Constant [ integer TYPE_USER_DEFINED ] { 128 } } - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + } } - Properties [0] { } - - Methods [10] { + - Methods [7] { Method [ final public method __construct ] { - - Parameters [3] { - Parameter #0 [ $uri ] - Parameter #1 [ array $options ] - Parameter #2 [ array $driverOptions ] + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $type ] } } - Method [ final public method executeCommand ] { + Method [ final public method __toString ] { - - Parameters [3] { - Parameter #0 [ $db ] - Parameter #1 [ MongoDB\Driver\Command $command ] - Parameter #2 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] + - Parameters [0] { } } - Method [ final public method executeQuery ] { + Method [ final public method jsonSerialize ] { - - Parameters [3] { - Parameter #0 [ $namespace ] - Parameter #1 [ MongoDB\Driver\Query $zquery ] - Parameter #2 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] + - Parameters [0] { } } - Method [ final public method executeBulkWrite ] { + Method [ final public method serialize ] { - - Parameters [3] { - Parameter #0 [ $namespace ] - Parameter #1 [ MongoDB\Driver\BulkWrite $zbulk ] - Parameter #2 [ MongoDB\Driver\WriteConcern or NULL $writeConcern ] + - Parameters [0] { } } - Method [ final public method getReadConcern ] { + Method [ final public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ final public method getData ] { - Parameters [0] { } } - Method [ final public method getReadPreference ] { + Method [ final public method getType ] { - Parameters [0] { } } + } + } - Method [ final public method getServers ] { + Class [ final class MongoDB\BSON\Decimal128 implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + } + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ final public method __toString ] { - Parameters [0] { } } - Method [ final public method getWriteConcern ] { + Method [ final public method jsonSerialize ] { - Parameters [0] { } } - Method [ final public method selectServer ] { + Method [ final public method serialize ] { - - Parameters [1] { - Parameter #0 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] + - Parameters [0] { } } - Method [ public method __wakeUp ] { + Method [ final public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } } } } - Class [ final class MongoDB\Driver\Query ] { + Class [ final class MongoDB\BSON\Javascript implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -245,51 +279,59 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + } } - Properties [0] { } - - Methods [2] { + - Methods [7] { Method [ final public method __construct ] { - Parameters [2] { - Parameter #0 [ $filter ] - Parameter #1 [ array $options ] + Parameter #0 [ $javascript ] + Parameter #1 [ $scope ] } } - Method [ public method __wakeUp ] { - } - } - } + Method [ final public method __toString ] { - Class [ final class MongoDB\Driver\ReadConcern ] { + - Parameters [0] { + } + } - - Constants [2] { - Constant [ string LOCAL ] { local } - Constant [ string MAJORITY ] { majority } - } + Method [ final public method jsonSerialize ] { - - Static properties [0] { - } + - Parameters [0] { + } + } - - Static methods [0] { - } + Method [ final public method serialize ] { - - Properties [0] { - } + - Parameters [0] { + } + } - - Methods [2] { - Method [ final public method __construct ] { + Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $level ] + Parameter #0 [ $serialized ] } } - Method [ final public method getLevel ] { + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getScope ] { - Parameters [0] { } @@ -297,174 +339,220 @@ Extension [ extension #89 mongodb version 1.1.9 ] { } } - Class [ final class MongoDB\Driver\ReadPreference ] { + Class [ final class MongoDB\BSON\MaxKey implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - - Constants [5] { - Constant [ integer RP_PRIMARY ] { 1 } - Constant [ integer RP_PRIMARY_PREFERRED ] { 5 } - Constant [ integer RP_SECONDARY ] { 2 } - Constant [ integer RP_SECONDARY_PREFERRED ] { 6 } - Constant [ integer RP_NEAREST ] { 10 } + - Constants [0] { } - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + } } - Properties [0] { } - Methods [3] { - Method [ final public method __construct ] { + Method [ final public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ $mode ] - Parameter #1 [ array or NULL $tagSets ] + - Parameters [0] { } } - Method [ final public method getMode ] { + Method [ final public method serialize ] { - Parameters [0] { } } - Method [ final public method getTagSets ] { + Method [ final public method unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $serialized ] } } } } - Class [ final class MongoDB\Driver\Server ] { + Class [ final class MongoDB\BSON\MinKey implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - - Constants [9] { - Constant [ integer TYPE_UNKNOWN ] { 0 } - Constant [ integer TYPE_STANDALONE ] { 1 } - Constant [ integer TYPE_MONGOS ] { 2 } - Constant [ integer TYPE_POSSIBLE_PRIMARY ] { 3 } - Constant [ integer TYPE_RS_PRIMARY ] { 4 } - Constant [ integer TYPE_RS_SECONDARY ] { 5 } - Constant [ integer TYPE_RS_ARBITER ] { 6 } - Constant [ integer TYPE_RS_OTHER ] { 7 } - Constant [ integer TYPE_RS_GHOST ] { 8 } + - Constants [0] { } - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + } } - Properties [0] { } - - Methods [16] { - Method [ final private method __construct ] { + - Methods [3] { + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } } - Method [ final public method executeCommand ] { + Method [ final public method serialize ] { - - Parameters [3] { - Parameter #0 [ $db ] - Parameter #1 [ MongoDB\Driver\Command $command ] - Parameter #2 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] + - Parameters [0] { } } - Method [ final public method executeQuery ] { + Method [ final public method unserialize ] { - - Parameters [3] { - Parameter #0 [ $namespace ] - Parameter #1 [ MongoDB\Driver\Query $zquery ] - Parameter #2 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] + - Parameters [1] { + Parameter #0 [ $serialized ] } } + } + } - Method [ final public method executeBulkWrite ] { + Class [ final class MongoDB\BSON\ObjectID implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - - Parameters [3] { - Parameter #0 [ $namespace ] - Parameter #1 [ MongoDB\Driver\BulkWrite $zbulk ] - Parameter #2 [ MongoDB\Driver\WriteConcern or NULL $writeConcern ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] } } + } - Method [ final public method getHost ] { + - Properties [0] { + } - - Parameters [0] { + - Methods [6] { + Method [ final public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $id ] } } - Method [ final public method getTags ] { + Method [ final public method getTimestamp ] { - Parameters [0] { } } - Method [ final public method getInfo ] { + Method [ final public method __toString ] { - Parameters [0] { } } - Method [ final public method getLatency ] { + Method [ final public method jsonSerialize ] { - Parameters [0] { } } - Method [ final public method getPort ] { + Method [ final public method serialize ] { - Parameters [0] { } } - Method [ final public method getType ] { + Method [ final public method unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $serialized ] } } + } + } - Method [ final public method isPrimary ] { + Class [ final class MongoDB\BSON\Regex implements MongoDB\BSON\Type, Serializable, JsonSerializable ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + } + } + + - Properties [0] { + } + + - Methods [7] { + Method [ final public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ $flags ] } } - Method [ final public method isSecondary ] { + Method [ final public method __toString ] { - Parameters [0] { } } - Method [ final public method isArbiter ] { + Method [ final public method jsonSerialize ] { - Parameters [0] { } } - Method [ final public method isHidden ] { + Method [ final public method serialize ] { - Parameters [0] { } } - Method [ final public method isPassive ] { + Method [ final public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ final public method getPattern ] { - Parameters [0] { } } - Method [ public method __wakeUp ] { + Method [ final public method getFlags ] { + + - Parameters [0] { + } } } } - Class [ final class MongoDB\Driver\BulkWrite implements Countable ] { + Class [ final class MongoDB\BSON\Timestamp implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -472,93 +560,108 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + } } - Properties [0] { } - - Methods [6] { + - Methods [5] { Method [ final public method __construct ] { - - Parameters [1] { - Parameter #0 [ array or NULL $options ] + - Parameters [2] { + Parameter #0 [ $increment ] + Parameter #1 [ $timestamp ] } } - Method [ final public method insert ] { + Method [ final public method __toString ] { - - Parameters [1] { - Parameter #0 [ $document ] + - Parameters [0] { } } - Method [ final public method update ] { + Method [ final public method jsonSerialize ] { - - Parameters [3] { - Parameter #0 [ $query ] - Parameter #1 [ $newObj ] - Parameter #2 [ array or NULL $updateOptions ] + - Parameters [0] { } } - Method [ final public method delete ] { + Method [ final public method serialize ] { - - Parameters [2] { - Parameter #0 [ $query ] - Parameter #1 [ array or NULL $deleteOptions ] + - Parameters [0] { } } - Method [ final public method count ] { + Method [ final public method unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $serialized ] } } - - Method [ public method __wakeUp ] { - } } } - Class [ final class MongoDB\Driver\WriteConcern ] { + Class [ final class MongoDB\BSON\UTCDateTime implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - - Constants [1] { - Constant [ string MAJORITY ] { majority } + - Constants [0] { } - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + } } - Properties [0] { } - - Methods [4] { + - Methods [6] { Method [ final public method __construct ] { - - Parameters [3] { - Parameter #0 [ $w ] - Parameter #1 [ $wtimeout ] - Parameter #2 [ $journal ] + - Parameters [1] { + Parameter #0 [ $milliseconds ] } } - Method [ final public method getW ] { + Method [ final public method __toString ] { - Parameters [0] { } } - Method [ final public method getWtimeout ] { + Method [ final public method jsonSerialize ] { - Parameters [0] { } } - Method [ final public method getJournal ] { + Method [ final public method serialize ] { + + - Parameters [0] { + } + } + + Method [ final public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ final public method toDateTime ] { - Parameters [0] { } @@ -566,7 +669,7 @@ Extension [ extension #89 mongodb version 1.1.9 ] { } } - Class [ final class MongoDB\Driver\WriteConcernError ] { + Class [ final class MongoDB\Driver\Command ] { - Constants [0] { } @@ -580,34 +683,23 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Properties [0] { } - - Methods [5] { - Method [ final private method __construct ] { - } - - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getInfo ] { + - Methods [2] { + Method [ final public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $document ] } } - Method [ final public method getMessage ] { + Method [ public method __wakeup ] { - Parameters [0] { } } - - Method [ public method __wakeUp ] { - } } } - Class [ final class MongoDB\Driver\WriteError ] { + Class [ final class MongoDB\Driver\Cursor implements Traversable ] { - Constants [0] { } @@ -621,40 +713,53 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ final private method __construct ] { + + - Parameters [0] { + } } - Method [ final public method getCode ] { + Method [ final public method setTypeMap ] { + + - Parameters [1] { + Parameter #0 [ array $typemap ] + } + } + + Method [ final public method toArray ] { - Parameters [0] { } } - Method [ final public method getIndex ] { + Method [ final public method getId ] { - Parameters [0] { } } - Method [ final public method getMessage ] { + Method [ final public method getServer ] { - Parameters [0] { } } - Method [ final public method getInfo ] { + Method [ final public method isDead ] { - Parameters [0] { } } - Method [ public method __wakeUp ] { + Method [ public method __wakeup ] { + + - Parameters [0] { + } } } } - Class [ final class MongoDB\Driver\WriteResult ] { + Class [ final class MongoDB\Driver\CursorId ] { - Constants [0] { } @@ -668,76 +773,118 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Properties [0] { } - - Methods [12] { + - Methods [3] { Method [ final private method __construct ] { + + - Parameters [0] { + } } - Method [ final public method getInsertedCount ] { + Method [ final public method __toString ] { - Parameters [0] { } } - Method [ final public method getMatchedCount ] { + Method [ public method __wakeup ] { - Parameters [0] { } } + } + } - Method [ final public method getModifiedCount ] { + Class [ final class MongoDB\Driver\Manager ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ final public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $uri ] + Parameter #1 [ array $options ] + Parameter #2 [ array $driverOptions ] } } - Method [ final public method getDeletedCount ] { + Method [ final public method executeCommand ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $db ] + Parameter #1 [ MongoDB\Driver\Command $command ] + Parameter #2 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] } } - Method [ final public method getUpsertedCount ] { + Method [ final public method executeQuery ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $namespace ] + Parameter #1 [ MongoDB\Driver\Query $zquery ] + Parameter #2 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] } } - Method [ final public method getServer ] { + Method [ final public method executeBulkWrite ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $namespace ] + Parameter #1 [ MongoDB\Driver\BulkWrite $zbulk ] + Parameter #2 [ MongoDB\Driver\WriteConcern or NULL $writeConcern ] } } - Method [ final public method getUpsertedIds ] { + Method [ final public method getReadConcern ] { - Parameters [0] { } } - Method [ final public method getWriteConcernError ] { + Method [ final public method getReadPreference ] { - Parameters [0] { } } - Method [ final public method getWriteErrors ] { + Method [ final public method getServers ] { - Parameters [0] { } } - Method [ final public method isAcknowledged ] { + Method [ final public method getWriteConcern ] { - Parameters [0] { } } - Method [ public method __wakeUp ] { + Method [ final public method selectServer ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] + } } - } - } - Interface [ interface MongoDB\Driver\Exception\Exception ] { + Method [ public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class MongoDB\Driver\Query ] { - Constants [0] { } @@ -751,13 +898,29 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Properties [0] { } - - Methods [0] { + - Methods [2] { + Method [ final public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $filter ] + Parameter #1 [ array or NULL $options ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + } } } - Class [ class MongoDB\Driver\Exception\LogicException extends LogicException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\ReadConcern implements MongoDB\BSON\Serializable, MongoDB\BSON\Type ] { - - Constants [0] { + - Constants [3] { + Constant [ string LOCAL ] { local } + Constant [ string MAJORITY ] { majority } + Constant [ string LINEARIZABLE ] { linearizable } } - Static properties [0] { @@ -766,55 +929,100 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [0] { } - - Methods [10] { - Method [ public method __construct ] { + - Methods [3] { + Method [ final public method __construct ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [1] { + Parameter #0 [ $level ] } } - Method [ public method __wakeup ] { - } + Method [ final public method getLevel ] { - Method [ final public method getMessage ] { + - Parameters [0] { + } } - Method [ final public method getCode ] { - } + Method [ final public method bsonSerialize ] { - Method [ final public method getFile ] { + - Parameters [0] { + } } + } + } - Method [ final public method getLine ] { + Class [ final class MongoDB\Driver\ReadPreference implements MongoDB\BSON\Serializable, MongoDB\BSON\Type ] { + + - Constants [7] { + Constant [ integer RP_PRIMARY ] { 1 } + Constant [ integer RP_PRIMARY_PREFERRED ] { 5 } + Constant [ integer RP_SECONDARY ] { 2 } + Constant [ integer RP_SECONDARY_PREFERRED ] { 6 } + Constant [ integer RP_NEAREST ] { 10 } + Constant [ integer NO_MAX_STALENESS ] { -1 } + Constant [ integer SMALLEST_MAX_STALENESS_SECONDS ] { 90 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $mode ] + Parameter #1 [ array or NULL $tagSets ] + Parameter #2 [ array or NULL $options ] + } } - Method [ final public method getTrace ] { + Method [ final public method getMaxStalenessSeconds ] { + + - Parameters [0] { + } } - Method [ final public method getPrevious ] { + Method [ final public method getMode ] { + + - Parameters [0] { + } } - Method [ final public method getTraceAsString ] { + Method [ final public method getTagSets ] { + + - Parameters [0] { + } } - Method [ public method __toString ] { + Method [ final public method bsonSerialize ] { + + - Parameters [0] { + } } } } - Class [ class MongoDB\Driver\Exception\RuntimeException extends RuntimeException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\Server ] { - - Constants [0] { + - Constants [9] { + Constant [ integer TYPE_UNKNOWN ] { 0 } + Constant [ integer TYPE_STANDALONE ] { 1 } + Constant [ integer TYPE_MONGOS ] { 2 } + Constant [ integer TYPE_POSSIBLE_PRIMARY ] { 3 } + Constant [ integer TYPE_RS_PRIMARY ] { 4 } + Constant [ integer TYPE_RS_SECONDARY ] { 5 } + Constant [ integer TYPE_RS_ARBITER ] { 6 } + Constant [ integer TYPE_RS_OTHER ] { 7 } + Constant [ integer TYPE_RS_GHOST ] { 8 } } - Static properties [0] { @@ -823,53 +1031,118 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [0] { } - - Methods [10] { - Method [ public method __construct ] { + - Methods [16] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method executeCommand ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ $db ] + Parameter #1 [ MongoDB\Driver\Command $command ] + Parameter #2 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] } } - Method [ public method __wakeup ] { + Method [ final public method executeQuery ] { + + - Parameters [3] { + Parameter #0 [ $namespace ] + Parameter #1 [ MongoDB\Driver\Query $zquery ] + Parameter #2 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] + } } - Method [ final public method getMessage ] { + Method [ final public method executeBulkWrite ] { + + - Parameters [3] { + Parameter #0 [ $namespace ] + Parameter #1 [ MongoDB\Driver\BulkWrite $zbulk ] + Parameter #2 [ MongoDB\Driver\WriteConcern or NULL $writeConcern ] + } } - Method [ final public method getCode ] { + Method [ final public method getHost ] { + + - Parameters [0] { + } } - Method [ final public method getFile ] { + Method [ final public method getTags ] { + + - Parameters [0] { + } } - Method [ final public method getLine ] { + Method [ final public method getInfo ] { + + - Parameters [0] { + } } - Method [ final public method getTrace ] { + Method [ final public method getLatency ] { + + - Parameters [0] { + } } - Method [ final public method getPrevious ] { + Method [ final public method getPort ] { + + - Parameters [0] { + } } - Method [ final public method getTraceAsString ] { + Method [ final public method getType ] { + + - Parameters [0] { + } } - Method [ public method __toString ] { + Method [ final public method isPrimary ] { + + - Parameters [0] { + } + } + + Method [ final public method isSecondary ] { + + - Parameters [0] { + } + } + + Method [ final public method isArbiter ] { + + - Parameters [0] { + } + } + + Method [ final public method isHidden ] { + + - Parameters [0] { + } + } + + Method [ final public method isPassive ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } } } } - Class [ class MongoDB\Driver\Exception\UnexpectedValueException extends UnexpectedValueException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\BulkWrite implements Countable ] { - Constants [0] { } @@ -880,55 +1153,59 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [0] { } - - Methods [10] { - Method [ public method __construct ] { + - Methods [6] { + Method [ final public method __construct ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [1] { + Parameter #0 [ array or NULL $options ] } } - Method [ public method __wakeup ] { - } + Method [ final public method insert ] { - Method [ final public method getMessage ] { + - Parameters [1] { + Parameter #0 [ $document ] + } } - Method [ final public method getCode ] { - } + Method [ final public method update ] { - Method [ final public method getFile ] { + - Parameters [3] { + Parameter #0 [ $query ] + Parameter #1 [ $newObj ] + Parameter #2 [ array or NULL $updateOptions ] + } } - Method [ final public method getLine ] { - } + Method [ final public method delete ] { - Method [ final public method getTrace ] { + - Parameters [2] { + Parameter #0 [ $query ] + Parameter #1 [ array or NULL $deleteOptions ] + } } - Method [ final public method getPrevious ] { - } + Method [ final public method count ] { - Method [ final public method getTraceAsString ] { + - Parameters [0] { + } } - Method [ public method __toString ] { + Method [ public method __wakeup ] { + + - Parameters [0] { + } } } } - Class [ class MongoDB\Driver\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\WriteConcern implements MongoDB\BSON\Serializable, MongoDB\BSON\Type ] { - - Constants [0] { + - Constants [1] { + Constant [ string MAJORITY ] { majority } } - Static properties [0] { @@ -937,53 +1214,93 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [0] { } - - Methods [10] { - Method [ public method __construct ] { + - Methods [5] { + Method [ final public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ $w ] + Parameter #1 [ $wtimeout ] + Parameter #2 [ $journal ] } } - Method [ public method __wakeup ] { + Method [ final public method getW ] { + + - Parameters [0] { + } } - Method [ final public method getMessage ] { + Method [ final public method getWtimeout ] { + + - Parameters [0] { + } } - Method [ final public method getCode ] { + Method [ final public method getJournal ] { + + - Parameters [0] { + } } - Method [ final public method getFile ] { + Method [ final public method bsonSerialize ] { + + - Parameters [0] { + } } + } + } - Method [ final public method getLine ] { + Class [ final class MongoDB\Driver\WriteConcernError ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final private method __construct ] { + + - Parameters [0] { + } } - Method [ final public method getTrace ] { + Method [ final public method getCode ] { + + - Parameters [0] { + } } - Method [ final public method getPrevious ] { + Method [ final public method getInfo ] { + + - Parameters [0] { + } } - Method [ final public method getTraceAsString ] { + Method [ final public method getMessage ] { + + - Parameters [0] { + } } - Method [ public method __toString ] { + Method [ public method __wakeup ] { + + - Parameters [0] { + } } } } - Class [ class MongoDB\Driver\Exception\ConnectionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { + Class [ final class MongoDB\Driver\WriteError ] { - Constants [0] { } @@ -994,53 +1311,49 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [0] { } - - Methods [10] { - Method [ public method __construct ] { + - Methods [6] { + Method [ final private method __construct ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } } - Method [ public method __wakeup ] { + Method [ final public method getCode ] { + + - Parameters [0] { + } } - Method [ final public method getMessage ] { - } + Method [ final public method getIndex ] { - Method [ final public method getCode ] { + - Parameters [0] { + } } - Method [ final public method getFile ] { - } + Method [ final public method getMessage ] { - Method [ final public method getLine ] { + - Parameters [0] { + } } - Method [ final public method getTrace ] { - } + Method [ final public method getInfo ] { - Method [ final public method getPrevious ] { + - Parameters [0] { + } } - Method [ final public method getTraceAsString ] { - } + Method [ public method __wakeup ] { - Method [ public method __toString ] { + - Parameters [0] { + } } } } - Class [ class MongoDB\Driver\Exception\AuthenticationException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\WriteResult ] { - Constants [0] { } @@ -1051,53 +1364,103 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [0] { } - - Methods [10] { - Method [ public method __construct ] { + - Methods [12] { + Method [ final private method __construct ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } } - Method [ public method __wakeup ] { + Method [ final public method getInsertedCount ] { + + - Parameters [0] { + } } - Method [ final public method getMessage ] { + Method [ final public method getMatchedCount ] { + + - Parameters [0] { + } } - Method [ final public method getCode ] { + Method [ final public method getModifiedCount ] { + + - Parameters [0] { + } } - Method [ final public method getFile ] { + Method [ final public method getDeletedCount ] { + + - Parameters [0] { + } } - Method [ final public method getLine ] { + Method [ final public method getUpsertedCount ] { + + - Parameters [0] { + } } - Method [ final public method getTrace ] { + Method [ final public method getServer ] { + + - Parameters [0] { + } } - Method [ final public method getPrevious ] { + Method [ final public method getUpsertedIds ] { + + - Parameters [0] { + } } - Method [ final public method getTraceAsString ] { + Method [ final public method getWriteConcernError ] { + + - Parameters [0] { + } } - Method [ public method __toString ] { + Method [ final public method getWriteErrors ] { + + - Parameters [0] { + } + } + + Method [ final public method isAcknowledged ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } } } } - Class [ final class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Interface [ interface MongoDB\Driver\Exception\Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class MongoDB\Driver\Exception\LogicException extends LogicException implements Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1154,7 +1517,7 @@ Extension [ extension #89 mongodb version 1.1.9 ] { } } - Class [ abstract class MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { + Class [ class MongoDB\Driver\Exception\RuntimeException extends RuntimeException implements Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1165,21 +1528,14 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [5] { + - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] - Property [ protected $writeResult ] } - - Methods [11] { - Method [ final public method getWriteResult ] { - - - Parameters [0] { - } - } - + - Methods [10] { Method [ public method __construct ] { - Parameters [3] { @@ -1218,7 +1574,7 @@ Extension [ extension #89 mongodb version 1.1.9 ] { } } - Class [ class MongoDB\Driver\Exception\BulkWriteException extends MongoDB\Driver\Exception\WriteException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\UnexpectedValueException extends UnexpectedValueException implements Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1229,21 +1585,14 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [5] { + - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] - Property [ protected $writeResult ] } - - Methods [11] { - Method [ final public method getWriteResult ] { - - - Parameters [0] { - } - } - + - Methods [10] { Method [ public method __construct ] { - Parameters [3] { @@ -1282,7 +1631,7 @@ Extension [ extension #89 mongodb version 1.1.9 ] { } } - Class [ final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { + Class [ class MongoDB\Driver\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1339,7 +1688,7 @@ Extension [ extension #89 mongodb version 1.1.9 ] { } } - Class [ final class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\ConnectionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { - Constants [0] { } @@ -1396,72 +1745,7 @@ Extension [ extension #89 mongodb version 1.1.9 ] { } } - Interface [ interface MongoDB\BSON\Type ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Interface [ interface MongoDB\BSON\Serializable extends MongoDB\BSON\Type ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ abstract public method bsonSerialize ] { - - - Parameters [0] { - } - } - } - } - - Interface [ interface MongoDB\BSON\Unserializable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ abstract public method bsonUnserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - } - } - } - - Interface [ interface MongoDB\BSON\Persistable extends MongoDB\BSON\Unserializable, MongoDB\BSON\Serializable, MongoDB\BSON\Type ] { + Class [ class MongoDB\Driver\Exception\AuthenticationException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1472,73 +1756,53 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [2] { - Method [ abstract public method bsonUnserialize ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ abstract public method bsonSerialize ] { - - - Parameters [0] { - } + Method [ public method __wakeup ] { } - } - } - - Class [ final class MongoDB\BSON\Binary implements MongoDB\BSON\Type ] { - - - Constants [7] { - Constant [ integer TYPE_GENERIC ] { 0 } - Constant [ integer TYPE_FUNCTION ] { 1 } - Constant [ integer TYPE_OLD_BINARY ] { 2 } - Constant [ integer TYPE_OLD_UUID ] { 3 } - Constant [ integer TYPE_UUID ] { 4 } - Constant [ integer TYPE_MD5 ] { 5 } - Constant [ integer TYPE_USER_DEFINED ] { 128 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } + Method [ final public method getMessage ] { + } - - Methods [4] { - Method [ final public method __construct ] { + Method [ final public method getCode ] { + } - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $type ] - } + Method [ final public method getFile ] { } - Method [ final public method getData ] { + Method [ final public method getLine ] { + } - - Parameters [0] { - } + Method [ final public method getTrace ] { } - Method [ final public method getType ] { + Method [ final public method getPrevious ] { + } - - Parameters [0] { - } + Method [ final public method getTraceAsString ] { } - Method [ public method __wakeUp ] { + Method [ public method __toString ] { } } } - Class [ final class MongoDB\BSON\Javascript implements MongoDB\BSON\Type ] { + Class [ final class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1549,44 +1813,53 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [2] { - Method [ final public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $javascript ] - Parameter #1 [ $scope ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method __wakeUp ] { + Method [ public method __wakeup ] { } - } - } - Class [ final class MongoDB\BSON\MaxKey implements MongoDB\BSON\Type ] { + Method [ final public method getMessage ] { + } - - Constants [0] { - } + Method [ final public method getCode ] { + } - - Static properties [0] { - } + Method [ final public method getFile ] { + } - - Static methods [0] { - } + Method [ final public method getLine ] { + } - - Properties [0] { - } + Method [ final public method getTrace ] { + } - - Methods [1] { - Method [ public method __wakeUp ] { + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ final class MongoDB\BSON\MinKey implements MongoDB\BSON\Type ] { + Class [ abstract class MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { - Constants [0] { } @@ -1597,49 +1870,60 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $writeResult ] } - - Methods [1] { - Method [ public method __wakeUp ] { + - Methods [11] { + Method [ final public method getWriteResult ] { + + - Parameters [0] { + } } - } - } - Class [ final class MongoDB\BSON\ObjectID implements MongoDB\BSON\Type ] { + Method [ public method __construct ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } - - Static properties [0] { - } + Method [ public method __wakeup ] { + } - - Static methods [0] { - } + Method [ final public method getMessage ] { + } - - Properties [0] { - } + Method [ final public method getCode ] { + } - - Methods [3] { - Method [ final public method __construct ] { + Method [ final public method getFile ] { + } - - Parameters [1] { - Parameter #0 [ $id ] - } + Method [ final public method getLine ] { } - Method [ final public method __toString ] { + Method [ final public method getTrace ] { + } - - Parameters [0] { - } + Method [ final public method getPrevious ] { } - Method [ public method __wakeUp ] { + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ final class MongoDB\BSON\Regex implements MongoDB\BSON\Type ] { + Class [ class MongoDB\Driver\Exception\BulkWriteException extends MongoDB\Driver\Exception\WriteException implements Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1650,42 +1934,60 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $writeResult ] } - - Methods [5] { - Method [ final public method __construct ] { + - Methods [11] { + Method [ final public method getWriteResult ] { - - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $flags ] + - Parameters [0] { } } - Method [ final public method getPattern ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ final public method getFlags ] { + Method [ public method __wakeup ] { + } - - Parameters [0] { - } + Method [ final public method getMessage ] { } - Method [ final public method __toString ] { + Method [ final public method getCode ] { + } - - Parameters [0] { - } + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { } - Method [ public method __wakeUp ] { + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ final class MongoDB\BSON\Timestamp implements MongoDB\BSON\Type ] { + Class [ final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { - Constants [0] { } @@ -1696,30 +1998,53 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [3] { - Method [ final public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $increment ] - Parameter #1 [ $timestamp ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ final public method __toString ] { + Method [ public method __wakeup ] { + } - - Parameters [0] { - } + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { } - Method [ public method __wakeUp ] { + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ final class MongoDB\BSON\UTCDateTime implements MongoDB\BSON\Type ] { + Class [ final class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1730,30 +2055,48 @@ Extension [ extension #89 mongodb version 1.1.9 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [4] { - Method [ final public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $milliseconds ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ final public method __toString ] { + Method [ public method __wakeup ] { + } - - Parameters [0] { - } + Method [ final public method getMessage ] { } - Method [ final public method toDateTime ] { + Method [ final public method getCode ] { + } - - Parameters [0] { - } + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { } - Method [ public method __wakeUp ] { + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } -- cgit