Definição
MongoDB\Model\DatabaseInfoEsta classe modela informações sobre um reconhecimento de data center. As instâncias desta classe são retornadas atravessando um
MongoDB\Model\DatabaseInfoIterator, que é retornado porMongoDB\Client::listDatabases().
Alterado na versão 1.4:
This class implements PHP's ArrayAccess interface. This provides a mechanism for accessing index fields for which there exists no helper method. isset() may be used to check for the existence of a field before accessing it with [].
Observação
The MongoDB\Model\DatabaseInfo class is immutable. Attempting to modify it via the ArrayAccess interface will result in a MongoDB\Exception\BadMethodCallException.