<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionobject.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'reflectionobject.construct.php',
    1 => 'ReflectionObject::__construct',
    2 => 'Constructs a ReflectionObject',
  ),
  'up' => 
  array (
    0 => 'class.reflectionobject.php',
    1 => 'ReflectionObject',
  ),
  'prev' => 
  array (
    0 => 'class.reflectionobject.php',
    1 => 'ReflectionObject',
  ),
  'next' => 
  array (
    0 => 'reflectionobject.export.php',
    1 => 'ReflectionObject::export',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflectionobject/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionobject.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionObject::__construct</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionObject::__construct</span> &mdash; <span class="dc-title">Constructs a ReflectionObject</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionobject.construct-description">
  <h3 class="title">Beschreibung</h3>
  <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionObject::__construct</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.object.php" class="type object">object</a></span> <code class="parameter">$object</code></span>)</div>

  <p class="para rdfs-comment">
   Constructs a <span class="classname"><a href="class.reflectionobject.php" class="classname">ReflectionObject</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionobject.construct-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">object</code></dt>
     <dd>
      <p class="para">
       An object instance.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionobject.construct-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionobject.export.php" class="methodname" rel="rdfs-seeAlso">ReflectionObject::export()</a> - Export</span></li>
    <li><a href="language.oop5.decon.php#language.oop5.decon.constructor" class="link">Constructors</a></li>
   </ul>
  </p>
 </div>


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