diff --git a/reference/mongo/mongo/construct.xml b/reference/mongo/mongo/construct.xml new file mode 100644 index 0000000000..fa0941044c --- /dev/null +++ b/reference/mongo/mongo/construct.xml @@ -0,0 +1,62 @@ + + + + + + Mongo::__construct + The __construct purpose + + + + &reftitle.description; + + public Mongo::__construct + stringserver + arrayoptions + + + This method overwrites the MongoClient constructor + and turns off acknowledged writes. + + + Please see MongoClient::__construct for + description of the parameters. + + + + + &reftitle.returnvalues; + + + Instanciating this class will emit E_DEPRECATED + warning, and turn off acknowledged writes. + + + + Please use the MongoClient instead. + + + + + + +