|
The MongoDB\Driver\CursorInterface interfaceIntroductionThis interface is implemented by MongoDB\Driver\Cursor to be used as a parameter, return, or property type in userland classes. Class synopsisMongoDB\Driver\CursorInterface
class MongoDB\Driver\CursorInterface
implements
Iterator {
/* Methods */
abstract public MongoDB\BSON\Int64 getId()
abstract public MongoDB\Driver\Server getServer()
abstract public bool isDead()
abstract public void setTypeMap(array
$typemap )abstract public array toArray()
}Changelog
|