MongoDB\BSON\Document::__construct

(mongodb >=1.16.0)

MongoDB\BSON\Document::__constructConstruct a new BSON document (unused)

Description

finalprivateMongoDB\BSON\Document::__construct()

MongoDB\BSON\Document objects are created through static factory methods and cannot be instantiated directly.

Parameters

This function has no parameters.

See Also

To Top