The MongoDB\BSON\ObjectIdInterface interface

(mongodb >=1.3.0)

Introdução

This interface is implemented by MongoDB\BSON\ObjectId but may also be used for type-hinting and userland classes.

Sinopse da classe

MongoDB\BSON\ObjectIdInterface {
/* Métodos */
abstract public getTimestamp ( ) : int
abstract public __toString ( ) : string
}

Índice