PHP 인터페이스 Mongolid\Serializer\SerializableTypeInterface

상속: extends Serializabl\Serializable
파일 보기 프로젝트 열기: leroy-merlin-br/mongolid

공개 메소드들

메소드 설명
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