|
The MongoDB\BSON\ObjectIdInterface interfaceIntroductionThis interface is implemented by MongoDB\BSON\ObjectId to be used as a parameter, return, or property type in userland classes. Class synopsisMongoDB\BSON\ObjectIdInterface
class MongoDB\BSON\ObjectIdInterface
{
/* Methods */
abstract public int getTimestamp()
abstract public string __toString()
}Changelog
|