PHP Interface Mongolid\Serializer\SerializableTypeInterface

Inheritance: extends Serializabl\Serializable
Datei anzeigen Open project: leroy-merlin-br/mongolid

Public Methods

Method 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 method

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
return mixed