<?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 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'reflectionparameter.ispromoted.php',
    1 => 'ReflectionParameter::isPromoted',
    2 => 'Verifica se um par&acirc;metro est&aacute; promovido a uma propriedade',
  ),
  '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' => 'pt_BR',
    '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">Verifica se um parâmetro está promovido a uma propriedade</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionparameter.ispromoted-description">
  <h3 class="title">Descrição</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">
   Verifica se o parâmetro está
   <a href="language.oop5.decon.php#language.oop5.decon.constructor.promotion" class="link">promovido</a>
   a uma propriedade.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionparameter.ispromoted-parameters">
  <h3 class="title">Parâmetros</h3>
  <p class="para">Esta função não possui parâmetros.</p></div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionparameter.ispromoted-returnvalues">
  <h3 class="title">Valor Retornado</h3>
  <p class="simpara">
   <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> se o parâmetro está promovido a uma propriedade, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> caso contrário.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionparameter.ispromoted-seealso">
  <h3 class="title">Veja Também</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="reflectionproperty.ispromoted.php" class="methodname" rel="rdfs-seeAlso">ReflectionProperty::isPromoted()</a> - Verifica se a propriedade &eacute; promovida</span></li>
  </ul>
 </div>


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