<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.mongodb-bson-document.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'mongodb-bson-document.construct.php',
    1 => 'MongoDB\\BSON\\Document::__construct',
    2 => 'Создаёт новый BSON-документ (не используется)',
  ),
  'up' => 
  array (
    0 => 'class.mongodb-bson-document.php',
    1 => 'MongoDB\\BSON\\Document',
  ),
  'prev' => 
  array (
    0 => 'class.mongodb-bson-document.php',
    1 => 'MongoDB\\BSON\\Document',
  ),
  'next' => 
  array (
    0 => 'mongodb-bson-document.frombson.php',
    1 => 'MongoDB\\BSON\\Document::fromBSON',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/mongodb/bson/document/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mongodb-bson-document.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">MongoDB\BSON\Document::__construct</h1>
  <p class="verinfo">(mongodb &gt;=1.16.0)</p><p class="refpurpose"><span class="refname">MongoDB\BSON\Document::__construct</span> &mdash; <span class="dc-title">Создаёт новый BSON-документ (не используется)</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-mongodb-bson-document.construct-description">
  <h3 class="title">Описание</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">final</span> <span class="modifier">private</span> <span class="methodname"><strong>MongoDB\BSON\Document::__construct</strong></span>()</div>

  <p class="para rdfs-comment">
   Объекты <span class="classname"><a href="class.mongodb-bson-document.php" class="classname">MongoDB\BSON\Document</a></span> создаются
   с помощью статических фабричных методов и не могут быть инициализированы напрямую.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-mongodb-bson-document.construct-parameters">
  <h3 class="title">Список параметров</h3>
  
<p class="para">
 Сигнатура функции не содержит параметров.
</p>

 </div>


 <div class="refsect1 seealso" id="refsect1-mongodb-bson-document.construct-seealso">
  <h3 class="title">Смотрите также</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="mongodb-bson-document.fromphp.php" class="methodname" rel="rdfs-seeAlso">MongoDB\BSON\Document::fromPHP()</a> - Создаёт новый экземпляр документа из PHP-данных</span></li>
   <li><span class="methodname"><a href="mongodb-bson-document.frombson.php" class="methodname" rel="rdfs-seeAlso">MongoDB\BSON\Document::fromBSON()</a> - Создаёт новый экземпляр документа из BSON-строки</span></li>
   <li><span class="methodname"><a href="mongodb-bson-document.fromjson.php" class="methodname" rel="rdfs-seeAlso">MongoDB\BSON\Document::fromJSON()</a> - Создаёт новый экземпляр документа из JSON-строки</span></li>
   <li><a href="https://www.mongodb.com/docs/manual/reference/bson-types/" class="link external">&raquo;&nbsp;Типы BSON</a></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>