PHP Velho Oeste 2024

The MongoDB\BSON\TypeWrapper interface

(mongodb >=1.3.0)

Introduction

Classes that implement this interface may be specified in a type map for wrapping BSON type classes (e.g. MongoDB\BSON\UTCDateTime).

Interface synopsis

MongoDB\BSON\TypeWrapper {
/* Methods */
abstract public static mixed createFromBSONType ( MongoDB\BSON\Type $type )
abstract public mixed toBSONType ( void )
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top