PHP Интерфейс Mongolid\Serializer\SerializableTypeInterface

Наследование: extends Serializabl\Serializable
Показать файл Открыть проект

Открытые методы

Метод Описание
convert ( ) : mixed Retrieves corresponding MongoDB object that according to class that implement this interface, i.e., Type\ObjectID should return an MongoDB\BSON\ObjectID object.

Описание методов

convert() публичный метод

Retrieves corresponding MongoDB object that according to class that implement this interface, i.e., Type\ObjectID should return an MongoDB\BSON\ObjectID object.
public convert ( ) : mixed
Результат mixed