Extension [ extension #115 mongodb version 1.15.0 ] { - Dependencies { Dependency [ date (Required) ] Dependency [ json (Required) ] Dependency [ spl (Required) ] Dependency [ standard (Required) ] } - INI { Entry [ mongodb.debug ] Current = '' } } - Constants [2] { Constant [ string MONGODB_VERSION ] { 1.15.0 } Constant [ string MONGODB_STABILITY ] { stable } } - Functions { Function [ function MongoDB\BSON\fromJSON ] { - Parameters [1] { Parameter #0 [ string $json ] } - Return [ string ] } Function [ function MongoDB\BSON\fromPHP ] { - Parameters [1] { Parameter #0 [ object|array $value ] } - Return [ string ] } Function [ function MongoDB\BSON\toCanonicalExtendedJSON ] { - Parameters [1] { Parameter #0 [ string $bson ] } - Return [ string ] } Function [ function MongoDB\BSON\toJSON ] { - Parameters [1] { Parameter #0 [ string $bson ] } - Return [ string ] } Function [ function MongoDB\BSON\toPHP ] { - Parameters [2] { Parameter #0 [ string $bson ] Parameter #1 [ ?array $typemap = null ] } - Return [ object|array ] } Function [ function MongoDB\BSON\toRelaxedExtendedJSON ] { - Parameters [1] { Parameter #0 [ string $bson ] } - Return [ string ] } Function [ function MongoDB\Driver\Monitoring\addSubscriber ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\Subscriber $subscriber ] } - Return [ void ] } Function [ function MongoDB\Driver\Monitoring\removeSubscriber ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\Subscriber $subscriber ] } - Return [ void ] } } - Classes [75] { 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\BinaryInterface extends Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getData ] { - Parameters [0] { } } Method [ abstract public method getType ] { - Parameters [0] { } } Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface MongoDB\BSON\Decimal128Interface extends Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface MongoDB\BSON\JavascriptInterface extends Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getCode ] { - Parameters [0] { } } Method [ abstract public method getScope ] { - Parameters [0] { } } Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface MongoDB\BSON\MaxKeyInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Interface [ interface MongoDB\BSON\MinKeyInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Interface [ interface MongoDB\BSON\ObjectIdInterface extends Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method getTimestamp ] { - Parameters [0] { } } Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface MongoDB\BSON\RegexInterface extends Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getPattern ] { - Parameters [0] { } } Method [ abstract public method getFlags ] { - Parameters [0] { } } Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface MongoDB\BSON\TimestampInterface extends Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getTimestamp ] { - Parameters [0] { } } Method [ abstract public method getIncrement ] { - Parameters [0] { } } Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface MongoDB\BSON\UTCDateTimeInterface extends Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method toDateTime ] { - Parameters [0] { } } Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ final class MongoDB\BSON\Binary implements Stringable, MongoDB\BSON\BinaryInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [9] { Constant [ public int TYPE_GENERIC ] { 0 } Constant [ public int TYPE_FUNCTION ] { 1 } Constant [ public int TYPE_OLD_BINARY ] { 2 } Constant [ public int TYPE_OLD_UUID ] { 3 } Constant [ public int TYPE_UUID ] { 4 } Constant [ public int TYPE_MD5 ] { 5 } Constant [ public int TYPE_ENCRYPTED ] { 6 } Constant [ public int TYPE_COLUMN ] { 7 } Constant [ public int TYPE_USER_DEFINED ] { 128 } } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\BSON\Binary ] } } - Properties [0] { } - Methods [9] { Method [ final public method __construct ] { - Parameters [2] { Parameter #0 [ string $data ] Parameter #1 [ int $type = MongoDB\BSON\Binary::TYPE_GENERIC ] } } Method [ final public method getData ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ final public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Class [ final class MongoDB\BSON\DBPointer implements Stringable, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Class [ final class MongoDB\BSON\Decimal128 implements Stringable, MongoDB\BSON\Decimal128Interface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\BSON\Decimal128 ] } } - Properties [0] { } - Methods [7] { Method [ final public method __construct ] { - Parameters [1] { Parameter #0 [ string $value ] } } Method [ final public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Class [ final class MongoDB\BSON\Int64 implements Stringable, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Class [ final class MongoDB\BSON\Javascript implements Stringable, MongoDB\BSON\JavascriptInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\BSON\Javascript ] } } - Properties [0] { } - Methods [9] { Method [ final public method __construct ] { - Parameters [2] { Parameter #0 [ string $code ] Parameter #1 [ object|array|null $scope = null ] } } Method [ final public method getCode ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getScope ] { - Parameters [0] { } - Return [ ?object ] } Method [ final public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Class [ final class MongoDB\BSON\MaxKey implements MongoDB\BSON\MaxKeyInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\BSON\MaxKey ] } } - Properties [0] { } - Methods [5] { Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Class [ final class MongoDB\BSON\MinKey implements MongoDB\BSON\MinKeyInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\BSON\MinKey ] } } - Properties [0] { } - Methods [5] { Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Class [ final class MongoDB\BSON\ObjectId implements Stringable, MongoDB\BSON\ObjectIdInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\BSON\ObjectId ] } } - Properties [0] { } - Methods [8] { Method [ final public method __construct ] { - Parameters [1] { Parameter #0 [ ?string $id = null ] } } Method [ final public method getTimestamp ] { - Parameters [0] { } - Return [ int ] } Method [ final public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Interface [ interface MongoDB\BSON\Persistable extends MongoDB\BSON\Serializable, MongoDB\BSON\Type, MongoDB\BSON\Unserializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method bsonSerialize ] { - Parameters [0] { } } Method [ abstract public method bsonUnserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } } } } Class [ final class MongoDB\BSON\Regex implements Stringable, MongoDB\BSON\RegexInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\BSON\Regex ] } } - Properties [0] { } - Methods [9] { Method [ final public method __construct ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ string $flags = '' ] } } Method [ final public method getPattern ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getFlags ] { - Parameters [0] { } - Return [ string ] } Method [ final public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Class [ final class MongoDB\BSON\Symbol implements Stringable, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Class [ final class MongoDB\BSON\Timestamp implements Stringable, MongoDB\BSON\TimestampInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\BSON\Timestamp ] } } - Properties [0] { } - Methods [9] { Method [ final public method __construct ] { - Parameters [2] { Parameter #0 [ string|int $increment ] Parameter #1 [ string|int $timestamp ] } } Method [ final public method getTimestamp ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getIncrement ] { - Parameters [0] { } - Return [ int ] } Method [ final public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Class [ final class MongoDB\BSON\Undefined implements Stringable, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Class [ final class MongoDB\BSON\UTCDateTime implements Stringable, MongoDB\BSON\UTCDateTimeInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\BSON\UTCDateTime ] } } - Properties [0] { } - Methods [8] { Method [ final public method __construct ] { - Parameters [1] { Parameter #0 [ DateTimeInterface|string|int|float|null $milliseconds = null ] } } Method [ final public method toDateTime ] { - Parameters [0] { } - Return [ DateTime ] } Method [ final public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } } } Interface [ interface MongoDB\Driver\CursorInterface extends Traversable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ abstract public method getId ] { - Parameters [0] { } } Method [ abstract public method getServer ] { - Parameters [0] { } } Method [ abstract public method isDead ] { - Parameters [0] { } } Method [ abstract public method setTypeMap ] { - Parameters [1] { Parameter #0 [ array $typemap ] } } Method [ abstract public method toArray ] { - Parameters [0] { } } } } Class [ final class MongoDB\Driver\BulkWrite implements Countable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ final public method __construct ] { - Parameters [1] { Parameter #0 [ ?array $options = null ] } } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method delete ] { - Parameters [2] { Parameter #0 [ object|array $filter ] Parameter #1 [ ?array $deleteOptions = null ] } - Return [ void ] } Method [ final public method insert ] { - Parameters [1] { Parameter #0 [ object|array $document ] } - Return [ mixed ] } Method [ public method update ] { - Parameters [3] { Parameter #0 [ object|array $filter ] Parameter #1 [ object|array $newObj ] Parameter #2 [ ?array $updateOptions = null ] } - Return [ void ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\ClientEncryption ] { - Constants [5] { Constant [ public string AEAD_AES_256_CBC_HMAC_SHA_512_DETERMINISTIC ] { AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic } Constant [ public string AEAD_AES_256_CBC_HMAC_SHA_512_RANDOM ] { AEAD_AES_256_CBC_HMAC_SHA_512-Random } Constant [ public string ALGORITHM_INDEXED ] { Indexed } Constant [ public string ALGORITHM_UNINDEXED ] { Unindexed } Constant [ public string QUERY_TYPE_EQUALITY ] { equality } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [12] { Method [ final public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ final public method addKeyAltName ] { - Parameters [2] { Parameter #0 [ MongoDB\BSON\Binary $keyId ] Parameter #1 [ string $keyAltName ] } - Return [ ?object ] } Method [ final public method createDataKey ] { - Parameters [2] { Parameter #0 [ string $kmsProvider ] Parameter #1 [ ?array $options = null ] } - Return [ MongoDB\BSON\Binary ] } Method [ final public method decrypt ] { - Parameters [1] { Parameter #0 [ MongoDB\BSON\Binary $value ] } - Return [ mixed ] } Method [ final public method deleteKey ] { - Parameters [1] { Parameter #0 [ MongoDB\BSON\Binary $keyId ] } - Return [ object ] } Method [ final public method encrypt ] { - Parameters [2] { Parameter #0 [ mixed $value ] Parameter #1 [ ?array $options = null ] } - Return [ MongoDB\BSON\Binary ] } Method [ final public method getKey ] { - Parameters [1] { Parameter #0 [ MongoDB\BSON\Binary $keyId ] } - Return [ ?object ] } Method [ final public method getKeyByAltName ] { - Parameters [1] { Parameter #0 [ string $keyAltName ] } - Return [ ?object ] } Method [ final public method getKeys ] { - Parameters [0] { } - Return [ MongoDB\Driver\Cursor ] } Method [ final public method removeKeyAltName ] { - Parameters [2] { Parameter #0 [ MongoDB\BSON\Binary $keyId ] Parameter #1 [ string $keyAltName ] } - Return [ ?object ] } Method [ final public method rewrapManyDataKey ] { - Parameters [2] { Parameter #0 [ object|array $filter ] Parameter #1 [ ?array $options = null ] } - Return [ object ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Command ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ final public method __construct ] { - Parameters [2] { Parameter #0 [ object|array $document ] Parameter #1 [ ?array $commandOptions = null ] } } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Cursor implements Iterator, Traversable, MongoDB\Driver\CursorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [12] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ public method current ] { - Parameters [0] { } - Return [ object|array|null ] } Method [ final public method getId ] { - Parameters [0] { } - Return [ MongoDB\Driver\CursorId ] } Method [ final public method getServer ] { - Parameters [0] { } - Return [ MongoDB\Driver\Server ] } Method [ final public method isDead ] { - Parameters [0] { } - Return [ bool ] } Method [ public method key ] { - Parameters [0] { } - Return [ ?int ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ final public method setTypeMap ] { - Parameters [1] { Parameter #0 [ array $typemap ] } - Return [ void ] } Method [ final public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method valid ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\CursorId implements Stringable, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\Driver\CursorId ] } } - Properties [0] { } - Methods [6] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } } } Class [ final class MongoDB\Driver\Manager ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [18] { Method [ final public method __construct ] { - Parameters [3] { Parameter #0 [ ?string $uri = null ] Parameter #1 [ ?array $uriOptions = null ] Parameter #2 [ ?array $driverOptions = null ] } } Method [ final public method addSubscriber ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\Subscriber $subscriber ] } - Return [ void ] } Method [ final public method createClientEncryption ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ MongoDB\Driver\ClientEncryption ] } Method [ final public method executeBulkWrite ] { - Parameters [3] { Parameter #0 [ string $namespace ] Parameter #1 [ MongoDB\Driver\BulkWrite $bulk ] Parameter #2 [ MongoDB\Driver\WriteConcern|array|null $options = null ] } - Return [ MongoDB\Driver\WriteResult ] } Method [ final public method executeCommand ] { - Parameters [3] { Parameter #0 [ string $db ] Parameter #1 [ MongoDB\Driver\Command $command ] Parameter #2 [ MongoDB\Driver\ReadPreference|array|null $options = null ] } - Return [ MongoDB\Driver\Cursor ] } Method [ final public method executeQuery ] { - Parameters [3] { Parameter #0 [ string $namespace ] Parameter #1 [ MongoDB\Driver\Query $query ] Parameter #2 [ MongoDB\Driver\ReadPreference|array|null $options = null ] } - Return [ MongoDB\Driver\Cursor ] } Method [ final public method executeReadCommand ] { - Parameters [3] { Parameter #0 [ string $db ] Parameter #1 [ MongoDB\Driver\Command $command ] Parameter #2 [ ?array $options = null ] } - Return [ MongoDB\Driver\Cursor ] } Method [ final public method executeReadWriteCommand ] { - Parameters [3] { Parameter #0 [ string $db ] Parameter #1 [ MongoDB\Driver\Command $command ] Parameter #2 [ ?array $options = null ] } - Return [ MongoDB\Driver\Cursor ] } Method [ final public method executeWriteCommand ] { - Parameters [3] { Parameter #0 [ string $db ] Parameter #1 [ MongoDB\Driver\Command $command ] Parameter #2 [ ?array $options = null ] } - Return [ MongoDB\Driver\Cursor ] } Method [ final public method getEncryptedFieldsMap ] { - Parameters [0] { } - Return [ object|array|null ] } Method [ final public method getReadConcern ] { - Parameters [0] { } - Return [ MongoDB\Driver\ReadConcern ] } Method [ final public method getReadPreference ] { - Parameters [0] { } - Return [ MongoDB\Driver\ReadPreference ] } Method [ final public method getServers ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getWriteConcern ] { - Parameters [0] { } - Return [ MongoDB\Driver\WriteConcern ] } Method [ final public method removeSubscriber ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\Subscriber $subscriber ] } - Return [ void ] } Method [ final public method selectServer ] { - Parameters [1] { Parameter #0 [ ?MongoDB\Driver\ReadPreference $readPreference = null ] } - Return [ MongoDB\Driver\Server ] } Method [ final public method startSession ] { - Parameters [1] { Parameter #0 [ ?array $options = null ] } - Return [ MongoDB\Driver\Session ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Query ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ final public method __construct ] { - Parameters [2] { Parameter #0 [ object|array $filter ] Parameter #1 [ ?array $queryOptions = null ] } } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\ReadConcern implements MongoDB\BSON\Serializable, MongoDB\BSON\Type, Serializable ] { - Constants [5] { Constant [ public string LINEARIZABLE ] { linearizable } Constant [ public string LOCAL ] { local } Constant [ public string MAJORITY ] { majority } Constant [ public string AVAILABLE ] { available } Constant [ public string SNAPSHOT ] { snapshot } } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\Driver\ReadConcern ] } } - Properties [0] { } - Methods [8] { Method [ final public method __construct ] { - Parameters [1] { Parameter #0 [ ?string $level = null ] } } Method [ final public method getLevel ] { - Parameters [0] { } - Return [ ?string ] } Method [ final public method isDefault ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method bsonSerialize ] { - Parameters [0] { } - Return [ object|array ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } } } Class [ final class MongoDB\Driver\ReadPreference implements MongoDB\BSON\Serializable, MongoDB\BSON\Type, Serializable ] { - Constants [12] { Constant [ public int RP_PRIMARY ] { 1 } Constant [ public int RP_PRIMARY_PREFERRED ] { 5 } Constant [ public int RP_SECONDARY ] { 2 } Constant [ public int RP_SECONDARY_PREFERRED ] { 6 } Constant [ public int RP_NEAREST ] { 10 } Constant [ public string PRIMARY ] { primary } Constant [ public string PRIMARY_PREFERRED ] { primaryPreferred } Constant [ public string SECONDARY ] { secondary } Constant [ public string SECONDARY_PREFERRED ] { secondaryPreferred } Constant [ public string NEAREST ] { nearest } Constant [ public int NO_MAX_STALENESS ] { -1 } Constant [ public int SMALLEST_MAX_STALENESS_SECONDS ] { 90 } } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\Driver\ReadPreference ] } } - Properties [0] { } - Methods [11] { Method [ final public method __construct ] { - Parameters [3] { Parameter #0 [ string|int $mode ] Parameter #1 [ ?array $tagSets = null ] Parameter #2 [ ?array $options = null ] } } Method [ final public method getHedge ] { - Parameters [0] { } - Return [ ?object ] } Method [ final public method getMaxStalenessSeconds ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getMode ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getModeString ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getTagSets ] { - Parameters [0] { } - Return [ array ] } Method [ final public method bsonSerialize ] { - Parameters [0] { } - Return [ object|array ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } } } Class [ final class MongoDB\Driver\Server ] { - Constants [10] { Constant [ public int TYPE_UNKNOWN ] { 0 } Constant [ public int TYPE_STANDALONE ] { 1 } Constant [ public int TYPE_MONGOS ] { 2 } Constant [ public int TYPE_POSSIBLE_PRIMARY ] { 3 } Constant [ public int TYPE_RS_PRIMARY ] { 4 } Constant [ public int TYPE_RS_SECONDARY ] { 5 } Constant [ public int TYPE_RS_ARBITER ] { 6 } Constant [ public int TYPE_RS_OTHER ] { 7 } Constant [ public int TYPE_RS_GHOST ] { 8 } Constant [ public int TYPE_LOAD_BALANCER ] { 9 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [20] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method executeBulkWrite ] { - Parameters [3] { Parameter #0 [ string $namespace ] Parameter #1 [ MongoDB\Driver\BulkWrite $bulkWrite ] Parameter #2 [ MongoDB\Driver\WriteConcern|array|null $options = null ] } - Return [ MongoDB\Driver\WriteResult ] } Method [ final public method executeCommand ] { - Parameters [3] { Parameter #0 [ string $db ] Parameter #1 [ MongoDB\Driver\Command $command ] Parameter #2 [ MongoDB\Driver\ReadPreference|array|null $options = null ] } - Return [ MongoDB\Driver\Cursor ] } Method [ final public method executeQuery ] { - Parameters [3] { Parameter #0 [ string $namespace ] Parameter #1 [ MongoDB\Driver\Query $query ] Parameter #2 [ MongoDB\Driver\ReadPreference|array|null $options = null ] } - Return [ MongoDB\Driver\Cursor ] } Method [ final public method executeReadCommand ] { - Parameters [3] { Parameter #0 [ string $db ] Parameter #1 [ MongoDB\Driver\Command $command ] Parameter #2 [ ?array $options = null ] } - Return [ MongoDB\Driver\Cursor ] } Method [ final public method executeReadWriteCommand ] { - Parameters [3] { Parameter #0 [ string $db ] Parameter #1 [ MongoDB\Driver\Command $command ] Parameter #2 [ ?array $options = null ] } - Return [ MongoDB\Driver\Cursor ] } Method [ final public method executeWriteCommand ] { - Parameters [3] { Parameter #0 [ string $db ] Parameter #1 [ MongoDB\Driver\Command $command ] Parameter #2 [ ?array $options = null ] } - Return [ MongoDB\Driver\Cursor ] } Method [ final public method getHost ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getInfo ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getLatency ] { - Parameters [0] { } - Return [ ?int ] } Method [ final public method getPort ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getServerDescription ] { - Parameters [0] { } - Return [ MongoDB\Driver\ServerDescription ] } Method [ final public method getTags ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ final public method isArbiter ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method isHidden ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method isPassive ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method isPrimary ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method isSecondary ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\ServerApi implements MongoDB\BSON\Serializable, MongoDB\BSON\Type, Serializable ] { - Constants [1] { Constant [ public string V1 ] { 1 } } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\Driver\ServerApi ] } } - Properties [0] { } - Methods [6] { Method [ final public method __construct ] { - Parameters [3] { Parameter #0 [ string $version ] Parameter #1 [ ?bool $strict = null ] Parameter #2 [ ?bool $deprecationErrors = null ] } } Method [ final public method bsonSerialize ] { - Parameters [0] { } - Return [ object|array ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } } } Class [ final class MongoDB\Driver\ServerDescription ] { - Constants [10] { Constant [ public string TYPE_UNKNOWN ] { Unknown } Constant [ public string TYPE_STANDALONE ] { Standalone } Constant [ public string TYPE_MONGOS ] { Mongos } Constant [ public string TYPE_POSSIBLE_PRIMARY ] { PossiblePrimary } Constant [ public string TYPE_RS_PRIMARY ] { RSPrimary } Constant [ public string TYPE_RS_SECONDARY ] { RSSecondary } Constant [ public string TYPE_RS_ARBITER ] { RSArbiter } Constant [ public string TYPE_RS_OTHER ] { RSOther } Constant [ public string TYPE_RS_GHOST ] { RSGhost } Constant [ public string TYPE_LOAD_BALANCER ] { LoadBalancer } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getHelloResponse ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getHost ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLastUpdateTime ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getPort ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getRoundTripTime ] { - Parameters [0] { } - Return [ ?int ] } Method [ final public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\TopologyDescription ] { - Constants [6] { Constant [ public string TYPE_UNKNOWN ] { Unknown } Constant [ public string TYPE_SINGLE ] { Single } Constant [ public string TYPE_SHARDED ] { Sharded } Constant [ public string TYPE_REPLICA_SET_NO_PRIMARY ] { ReplicaSetNoPrimary } Constant [ public string TYPE_REPLICA_SET_WITH_PRIMARY ] { ReplicaSetWithPrimary } Constant [ public string TYPE_LOAD_BALANCED ] { LoadBalanced } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getServers ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ final public method hasReadableServer ] { - Parameters [1] { Parameter #0 [ ?MongoDB\Driver\ReadPreference $readPreference = null ] } - Return [ bool ] } Method [ final public method hasWritableServer ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Session ] { - Constants [5] { Constant [ public string TRANSACTION_NONE ] { none } Constant [ public string TRANSACTION_STARTING ] { starting } Constant [ public string TRANSACTION_IN_PROGRESS ] { in_progress } Constant [ public string TRANSACTION_COMMITTED ] { committed } Constant [ public string TRANSACTION_ABORTED ] { aborted } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [16] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method abortTransaction ] { - Parameters [0] { } - Return [ void ] } Method [ final public method advanceClusterTime ] { - Parameters [1] { Parameter #0 [ object|array $clusterTime ] } - Return [ void ] } Method [ final public method advanceOperationTime ] { - Parameters [1] { Parameter #0 [ MongoDB\BSON\TimestampInterface $operationTime ] } - Return [ void ] } Method [ final public method commitTransaction ] { - Parameters [0] { } - Return [ void ] } Method [ final public method endSession ] { - Parameters [0] { } - Return [ void ] } Method [ final public method getClusterTime ] { - Parameters [0] { } - Return [ ?object ] } Method [ final public method getLogicalSessionId ] { - Parameters [0] { } - Return [ object ] } Method [ final public method getOperationTime ] { - Parameters [0] { } - Return [ ?MongoDB\BSON\Timestamp ] } Method [ final public method getServer ] { - Parameters [0] { } - Return [ ?MongoDB\Driver\Server ] } Method [ final public method getTransactionOptions ] { - Parameters [0] { } - Return [ ?array ] } Method [ final public method getTransactionState ] { - Parameters [0] { } - Return [ string ] } Method [ final public method isDirty ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method isInTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method startTransaction ] { - Parameters [1] { Parameter #0 [ ?array $options = null ] } - Return [ void ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\WriteConcern implements MongoDB\BSON\Serializable, MongoDB\BSON\Type, Serializable ] { - Constants [1] { Constant [ public string MAJORITY ] { majority } } - Static properties [0] { } - Static methods [1] { Method [ final static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ MongoDB\Driver\WriteConcern ] } } - Properties [0] { } - Methods [10] { Method [ final public method __construct ] { - Parameters [3] { Parameter #0 [ string|int $w ] Parameter #1 [ ?int $wtimeout = null ] Parameter #2 [ ?bool $journal = null ] } } Method [ final public method getJournal ] { - Parameters [0] { } - Return [ ?bool ] } Method [ final public method getW ] { - Parameters [0] { } - Return [ string|int|null ] } Method [ final public method getWtimeout ] { - Parameters [0] { } - Return [ int ] } Method [ final public method isDefault ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method bsonSerialize ] { - Parameters [0] { } - Return [ object|array ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ final public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method __serialize ] { - Parameters [0] { } - Return [ array ] } } } 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 getCode ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getInfo ] { - Parameters [0] { } - Return [ ?object ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\WriteError ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getCode ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getIndex ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getInfo ] { - Parameters [0] { } - Return [ ?object ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\WriteResult ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [12] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getInsertedCount ] { - Parameters [0] { } - Return [ ?int ] } Method [ final public method getMatchedCount ] { - Parameters [0] { } - Return [ ?int ] } Method [ final public method getModifiedCount ] { - Parameters [0] { } - Return [ ?int ] } Method [ final public method getDeletedCount ] { - Parameters [0] { } - Return [ ?int ] } Method [ final public method getUpsertedCount ] { - Parameters [0] { } - Return [ ?int ] } Method [ final public method getServer ] { - Parameters [0] { } - Return [ MongoDB\Driver\Server ] } Method [ final public method getUpsertedIds ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getWriteConcernError ] { - Parameters [0] { } - Return [ ?MongoDB\Driver\WriteConcernError ] } Method [ final public method getWriteErrors ] { - Parameters [0] { } - Return [ array ] } Method [ final public method isAcknowledged ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Interface [ interface MongoDB\Driver\Exception\Exception extends Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getCode ] { - Parameters [0] { } } Method [ abstract public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ abstract public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class MongoDB\Driver\Exception\RuntimeException extends RuntimeException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $errorLabels = NULL ] } - Methods [11] { Method [ final public method hasErrorLabel ] { - Parameters [1] { Parameter #0 [ string $errorLabel ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class MongoDB\Driver\Exception\ServerException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $errorLabels = NULL ] } - Methods [11] { Method [ final public method hasErrorLabel ] { - Parameters [1] { Parameter #0 [ string $errorLabel ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class MongoDB\Driver\Exception\ConnectionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $errorLabels = NULL ] } - Methods [11] { Method [ final public method hasErrorLabel ] { - Parameters [1] { Parameter #0 [ string $errorLabel ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ abstract class MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\ServerException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $errorLabels = NULL ] Property [ protected $writeResult = NULL ] } - Methods [12] { Method [ final public method getWriteResult ] { - Parameters [0] { } - Return [ MongoDB\Driver\WriteResult ] } Method [ final public method hasErrorLabel ] { - Parameters [1] { Parameter #0 [ string $errorLabel ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class MongoDB\Driver\Exception\AuthenticationException extends MongoDB\Driver\Exception\ConnectionException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $errorLabels = NULL ] } - Methods [11] { Method [ final public method hasErrorLabel ] { - Parameters [1] { Parameter #0 [ string $errorLabel ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class MongoDB\Driver\Exception\BulkWriteException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception, Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $errorLabels = NULL ] Property [ protected $writeResult = NULL ] } - Methods [12] { Method [ final public method getWriteResult ] { - Parameters [0] { } - Return [ MongoDB\Driver\WriteResult ] } Method [ final public method hasErrorLabel ] { - Parameters [1] { Parameter #0 [ string $errorLabel ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class MongoDB\Driver\Exception\CommandException extends MongoDB\Driver\Exception\ServerException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $errorLabels = NULL ] Property [ protected $resultDocument = NULL ] } - Methods [12] { Method [ final public method getResultDocument ] { - Parameters [0] { } - Return [ object ] } Method [ final public method hasErrorLabel ] { - Parameters [1] { Parameter #0 [ string $errorLabel ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ final class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $errorLabels = NULL ] } - Methods [11] { Method [ final public method hasErrorLabel ] { - Parameters [1] { Parameter #0 [ string $errorLabel ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class MongoDB\Driver\Exception\EncryptionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $errorLabels = NULL ] } - Methods [11] { Method [ final public method hasErrorLabel ] { - Parameters [1] { Parameter #0 [ string $errorLabel ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\ServerException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $errorLabels = NULL ] } - Methods [11] { Method [ final public method hasErrorLabel ] { - Parameters [1] { Parameter #0 [ string $errorLabel ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class MongoDB\Driver\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class MongoDB\Driver\Exception\LogicException extends LogicException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ final class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $errorLabels = NULL ] } - Methods [11] { Method [ final public method hasErrorLabel ] { - Parameters [1] { Parameter #0 [ string $errorLabel ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class MongoDB\Driver\Exception\UnexpectedValueException extends UnexpectedValueException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface MongoDB\Driver\Monitoring\Subscriber ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Interface [ interface MongoDB\Driver\Monitoring\CommandSubscriber extends MongoDB\Driver\Monitoring\Subscriber ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method commandStarted ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\CommandStartedEvent $event ] } } Method [ abstract public method commandSucceeded ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\CommandSucceededEvent $event ] } } Method [ abstract public method commandFailed ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\CommandFailedEvent $event ] } } } } Class [ final class MongoDB\Driver\Monitoring\CommandFailedEvent ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [11] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getCommandName ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getDurationMicros ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getError ] { - Parameters [0] { } - Return [ Exception ] } Method [ final public method getOperationId ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getReply ] { - Parameters [0] { } - Return [ object ] } Method [ final public method getRequestId ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getServer ] { - Parameters [0] { } - Return [ MongoDB\Driver\Server ] } Method [ final public method getServiceId ] { - Parameters [0] { } - Return [ ?MongoDB\BSON\ObjectId ] } Method [ final public method getServerConnectionId ] { - Parameters [0] { } - Return [ ?int ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Monitoring\CommandStartedEvent ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [10] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getCommand ] { - Parameters [0] { } - Return [ object ] } Method [ final public method getCommandName ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getDatabaseName ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getOperationId ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getRequestId ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getServer ] { - Parameters [0] { } - Return [ MongoDB\Driver\Server ] } Method [ final public method getServiceId ] { - Parameters [0] { } - Return [ ?MongoDB\BSON\ObjectId ] } Method [ final public method getServerConnectionId ] { - Parameters [0] { } - Return [ ?int ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Monitoring\CommandSucceededEvent ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [10] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getCommandName ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getDurationMicros ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getOperationId ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getReply ] { - Parameters [0] { } - Return [ object ] } Method [ final public method getRequestId ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getServer ] { - Parameters [0] { } - Return [ MongoDB\Driver\Server ] } Method [ final public method getServiceId ] { - Parameters [0] { } - Return [ ?MongoDB\BSON\ObjectId ] } Method [ final public method getServerConnectionId ] { - Parameters [0] { } - Return [ ?int ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Interface [ interface MongoDB\Driver\Monitoring\SDAMSubscriber extends MongoDB\Driver\Monitoring\Subscriber ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ abstract public method serverChanged ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\ServerChangedEvent $event ] } } Method [ abstract public method serverClosed ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\ServerClosedEvent $event ] } } Method [ abstract public method serverOpening ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\ServerOpeningEvent $event ] } } Method [ abstract public method serverHeartbeatFailed ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent $event ] } } Method [ abstract public method serverHeartbeatStarted ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent $event ] } } Method [ abstract public method serverHeartbeatSucceeded ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent $event ] } } Method [ abstract public method topologyChanged ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\TopologyChangedEvent $event ] } } Method [ abstract public method topologyClosed ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\TopologyClosedEvent $event ] } } Method [ abstract public method topologyOpening ] { - Parameters [1] { Parameter #0 [ MongoDB\Driver\Monitoring\TopologyOpeningEvent $event ] } } } } Class [ final class MongoDB\Driver\Monitoring\ServerChangedEvent ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getPort ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getHost ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getNewDescription ] { - Parameters [0] { } - Return [ MongoDB\Driver\ServerDescription ] } Method [ final public method getPreviousDescription ] { - Parameters [0] { } - Return [ MongoDB\Driver\ServerDescription ] } Method [ final public method getTopologyId ] { - Parameters [0] { } - Return [ MongoDB\BSON\ObjectId ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Monitoring\ServerClosedEvent ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getPort ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getHost ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getTopologyId ] { - Parameters [0] { } - Return [ MongoDB\BSON\ObjectId ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getDurationMicros ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getError ] { - Parameters [0] { } - Return [ Exception ] } Method [ final public method getPort ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getHost ] { - Parameters [0] { } - Return [ string ] } Method [ final public method isAwaited ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getPort ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getHost ] { - Parameters [0] { } - Return [ string ] } Method [ final public method isAwaited ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getDurationMicros ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getReply ] { - Parameters [0] { } - Return [ object ] } Method [ final public method getPort ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getHost ] { - Parameters [0] { } - Return [ string ] } Method [ final public method isAwaited ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Monitoring\ServerOpeningEvent ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getPort ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getHost ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getTopologyId ] { - Parameters [0] { } - Return [ MongoDB\BSON\ObjectId ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Monitoring\TopologyChangedEvent ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getNewDescription ] { - Parameters [0] { } - Return [ MongoDB\Driver\TopologyDescription ] } Method [ final public method getPreviousDescription ] { - Parameters [0] { } - Return [ MongoDB\Driver\TopologyDescription ] } Method [ final public method getTopologyId ] { - Parameters [0] { } - Return [ MongoDB\BSON\ObjectId ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Monitoring\TopologyClosedEvent ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getTopologyId ] { - Parameters [0] { } - Return [ MongoDB\BSON\ObjectId ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } Class [ final class MongoDB\Driver\Monitoring\TopologyOpeningEvent ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ final private method __construct ] { - Parameters [0] { } } Method [ final public method getTopologyId ] { - Parameters [0] { } - Return [ MongoDB\BSON\ObjectId ] } Method [ final public method __wakeup ] { - Parameters [0] { } - Return [ void ] } } } } }