The MongoDB\BSON\Serializable interface

(mongodb >=1.0.0)

Giriş

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.

Arayüz Sözdizimi

MongoDB\BSON\Serializable implements MongoDB\BSON\Type {
/* Yöntemler */
abstract public bsonSerialize ( void ) : array|object
}

İçindekiler