<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.hashcontext.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'hashcontext.construct.php',
    1 => 'HashContext::__construct',
    2 => 'Private constructor to disallow direct instantiation',
  ),
  'up' => 
  array (
    0 => 'class.hashcontext.php',
    1 => 'HashContext',
  ),
  'prev' => 
  array (
    0 => 'class.hashcontext.php',
    1 => 'HashContext',
  ),
  'next' => 
  array (
    0 => 'hashcontext.serialize.php',
    1 => 'HashContext::__serialize',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/hash/hashcontext/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="hashcontext.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">HashContext::__construct</h1>
  <p class="verinfo">(PHP 7 &gt;= 7.2.0, PHP 8)</p><p class="refpurpose"><span class="refname">HashContext::__construct</span> &mdash; <span class="dc-title">Private constructor to disallow direct instantiation</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-hashcontext.construct-description">
  <h3 class="title">Beschreibung</h3>
  <div class="constructorsynopsis dc-description">
   <span class="modifier">private</span> <span class="methodname"><strong>HashContext::__construct</strong></span>()</div>

 </div>


 <div class="refsect1 parameters" id="refsect1-hashcontext.construct-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


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