<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionmethod.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'reflectionmethod.isprotected.php',
    1 => 'ReflectionMethod::isProtected',
    2 => 'V&eacute;rifie si la m&eacute;thode est prot&eacute;g&eacute;e',
  ),
  'up' => 
  array (
    0 => 'class.reflectionmethod.php',
    1 => 'ReflectionMethod',
  ),
  'prev' => 
  array (
    0 => 'reflectionmethod.isprivate.php',
    1 => 'ReflectionMethod::isPrivate',
  ),
  'next' => 
  array (
    0 => 'reflectionmethod.ispublic.php',
    1 => 'ReflectionMethod::isPublic',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/reflection/reflectionmethod/isprotected.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionmethod.isprotected" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionMethod::isProtected</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionMethod::isProtected</span> &mdash; <span class="dc-title">Vérifie si la méthode est protégée</span></p>

 </div>

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

  <p class="para rdfs-comment">
   Vérifie si la méthode est protégée.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionmethod.isprotected-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-reflectionmethod.isprotected-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> si la méthode est protégée, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> sinon.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionmethod.isprotected-seealso">
  <h3 class="title">Voir aussi</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionmethod.isprivate.php" class="methodname" rel="rdfs-seeAlso">ReflectionMethod::isPrivate()</a> - V&eacute;rifie si la m&eacute;thode est priv&eacute;e</span></li>
   </ul>
  </p>
 </div>


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