<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionparameter.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'reflectionparameter.ispromoted.php',
    1 => 'ReflectionParameter::isPromoted',
    2 => 'V&eacute;rifie si un param&egrave;tre est promu en propri&eacute;t&eacute;',
  ),
  'up' => 
  array (
    0 => 'class.reflectionparameter.php',
    1 => 'ReflectionParameter',
  ),
  'prev' => 
  array (
    0 => 'reflectionparameter.ispassedbyreference.php',
    1 => 'ReflectionParameter::isPassedByReference',
  ),
  'next' => 
  array (
    0 => 'reflectionparameter.isvariadic.php',
    1 => 'ReflectionParameter::isVariadic',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/reflection/reflectionparameter/ispromoted.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionparameter.ispromoted" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionParameter::isPromoted</h1>
  <p class="verinfo">(PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionParameter::isPromoted</span> &mdash; <span class="dc-title">Vérifie si un paramètre est promu en propriété</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionparameter.ispromoted-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionParameter::isPromoted</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Vérifie si le paramètre est
   <a href="language.oop5.decon.php#language.oop5.decon.constructor.promotion" class="link">promu</a>
   en tant que propriété.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionparameter.ispromoted-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p></div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionparameter.ispromoted-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> si le paramètre est promu en propriété, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> sinon.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionparameter.ispromoted-seealso">
  <h3 class="title">Voir aussi</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="reflectionproperty.ispromoted.php" class="methodname" rel="rdfs-seeAlso">ReflectionProperty::isPromoted()</a> - V&eacute;rifie si la propri&eacute;t&eacute; est promue</span></li>
  </ul>
 </div>


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