<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.componere-definition.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'componere-definition.construct.php',
    1 => 'Componere\\Definition::__construct',
    2 => 'Definition Construction',
  ),
  'up' => 
  array (
    0 => 'class.componere-definition.php',
    1 => 'Componere\\Definition',
  ),
  'prev' => 
  array (
    0 => 'class.componere-definition.php',
    1 => 'Componere\\Definition',
  ),
  'next' => 
  array (
    0 => 'componere-definition.addconstant.php',
    1 => 'Componere\\Definition::addConstant',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/componere/componere/definition/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="componere-definition.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Componere\Definition::__construct</h1>
  <p class="verinfo">(Componere 2 &gt;= 2.1.0)</p><p class="refpurpose"><span class="refname">Componere\Definition::__construct</span> &mdash; <span class="dc-title">Definition Construction</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-componere-definition.construct-description">
  <h3 class="title">Açıklama</h3>
  <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Componere\Definition::__construct</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$name</code></span>)</div>


  <div class="constructorsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Componere\Definition::__construct</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$name</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$parent</code></span>)</div>


  <div class="constructorsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Componere\Definition::__construct</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$name</code></span>, <span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$interfaces</code></span>)</div>


  <div class="constructorsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Componere\Definition::__construct</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$name</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$parent</code></span>, <span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$interfaces</code></span>)</div>


 </div>


 <div class="refsect1 parameters" id="refsect1-componere-definition.construct-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt><code class="parameter">name</code></dt>
    <dd>
     <span class="simpara">
      A case insensitive class name
     </span>
    </dd>
   
   
    <dt><code class="parameter">parent</code></dt>
    <dd>
     <span class="simpara">
      A case insensitive class name
     </span>
    </dd>
   
   
    <dt><code class="parameter">interfaces</code></dt>
    <dd>
     <span class="simpara">
      An array of case insensitive class names
     </span>
    </dd>
   
  </dl>
 </div>


  <div class="refsect1 exceptions" id="refsect1-componere-definition.construct-exceptions">
  <h3 class="title">Exceptions</h3>
  <div class="warning"><strong class="warning">Uyarı</strong>
   <p class="simpara">
    Shall throw <span class="type"><a href="class.invalidargumentexception.php" class="type InvalidArgumentException">InvalidArgumentException</a></span> if an attempt is made to replace an internal class
   </p>
  </div>
  <div class="warning"><strong class="warning">Uyarı</strong>
   <p class="simpara">
    Shall throw <span class="type"><a href="class.invalidargumentexception.php" class="type InvalidArgumentException">InvalidArgumentException</a></span> if an attempt is made to replace an interface
   </p>
  </div>
  <div class="warning"><strong class="warning">Uyarı</strong>
   <p class="simpara">
    Shall throw <span class="type"><a href="class.invalidargumentexception.php" class="type InvalidArgumentException">InvalidArgumentException</a></span> if an attempt is made to replace a trait
   </p>
  </div>
  <div class="warning"><strong class="warning">Uyarı</strong>
   <p class="simpara">
    Shall throw <span class="type"><a href="class.runtimeexception.php" class="type RuntimeException">RuntimeException</a></span> if a class in <code class="parameter">interfaces</code> cannot be found
   </p>
  </div>
  <div class="warning"><strong class="warning">Uyarı</strong>
   <p class="simpara">
    Shall throw <span class="type"><a href="class.runtimeexception.php" class="type RuntimeException">RuntimeException</a></span> if a class in <code class="parameter">interfaces</code> is not an interface
   </p>
  </div>
 </div>


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