Deprecated
Table of Contents
| vendor/composer/InstalledVersions.php |
| vendor/mongodb/mongodb/src/Collection.php |
| vendor/mongodb/mongodb/src/Model/CollectionInfo.php |
InstalledVersions.php
| Line | Element | Reason |
|---|---|---|
| 273 | InstalledVersions::getRawData() | Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. |
Collection.php
| Line | Element | Reason |
|---|---|---|
| 289 | Collection::count() |
CollectionInfo.php
| Line | Element | Reason |
|---|---|---|
| 58 | CollectionInfo::getCappedMax() | Deprecated in favor of using getOptions |
| 69 | CollectionInfo::getCappedSize() | Deprecated in favor of using getOptions |
| 128 | CollectionInfo::isCapped() | Deprecated in favor of using getOptions |