The MongoDB\Driver\CursorInterface interface
Guide
Edit on GitHub ✎
This interface is implemented by MongoDB\Driver\Cursor to be used as a parameter, return, or property type in userland classes.
Intro
This interface is implemented by MongoDB\Driver\Cursor to be used as a parameter, return, or property type in userland classes.
Class synopsis
class MongoDB\Driver\CursorInterface { }
Changelog
| Version | Description |
|---|---|
| PECL mongodb 2.0.0 | This interface now extends Iterator.Return types previously declared as tentative are now enforced. |
Cursorinterface