<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionreference.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'reflectionreference.construct.php',
    1 => 'ReflectionReference::__construct',
    2 => 'Закрытый конструктор, запрещающий создание экземпляра напрямую',
  ),
  'up' => 
  array (
    0 => 'class.reflectionreference.php',
    1 => 'ReflectionReference',
  ),
  'prev' => 
  array (
    0 => 'class.reflectionreference.php',
    1 => 'ReflectionReference',
  ),
  'next' => 
  array (
    0 => 'reflectionreference.fromarrayelement.php',
    1 => 'ReflectionReference::fromArrayElement',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/reflection/reflectionreference/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionreference.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionReference::__construct</h1>
  <p class="verinfo">(No version information available, might only be in Git)</p><p class="refpurpose"><span class="refname">ReflectionReference::__construct</span> &mdash; <span class="dc-title">Закрытый конструктор, запрещающий создание экземпляра напрямую</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionreference.construct-description">
  <h3 class="title">Описание</h3>
  <div class="constructorsynopsis dc-description">
   <span class="modifier">private</span> <span class="methodname"><strong>ReflectionReference::__construct</strong></span>()</div>

 </div>


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

 </div>


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