PHP Interface Mongolid\Serializer\SerializableTypeInterface

Inheritance: extends Serializabl\Serializable
Afficher le fichier Open project: leroy-merlin-br/mongolid

Méthodes publiques

Méthode Description
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.

Method Details

convert() public méthode

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
Résultat mixed