The MongoDB\BSON\Serializable interface

(mongodb >=1.0.0)

Introducere

Classes that implement this interface may return data to be serialized as a BSON array or document in lieu of the object's public properties.

Descrierea succintă a interfeței

MongoDB\BSON\Serializable implements MongoDB\BSON\Type {
/* Metode */
abstract public bsonSerialize ( ) : array|object
}

Cuprins

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top