The MongoDB\BSON\Serializable interface
(mongodb >=1.0.0)
Введение
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.
Обзор классов
MongoDB\BSON\Serializable
implements
MongoDB\BSON\Type
{
/* Методы */
}Содержание
- MongoDB\BSON\Serializable::bsonSerialize — Provides an array or document to serialize as BSON
Коментарии
404 Not Found