<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.yaf-request-simple.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'yaf-request-simple.getpost.php',
    1 => 'Yaf_Request_Simple::getPost',
    2 => 'Le but de getPost',
  ),
  'up' => 
  array (
    0 => 'class.yaf-request-simple.php',
    1 => 'Yaf_Request_Simple',
  ),
  'prev' => 
  array (
    0 => 'yaf-request-simple.getfiles.php',
    1 => 'Yaf_Request_Simple::getFiles',
  ),
  'next' => 
  array (
    0 => 'yaf-request-simple.getquery.php',
    1 => 'Yaf_Request_Simple::getQuery',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/yaf/yaf_request_simple/getpost.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="yaf-request-simple.getpost" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Yaf_Request_Simple::getPost</h1>
  <p class="verinfo">(Yaf &gt;=1.0.0)</p><p class="refpurpose"><span class="refname">Yaf_Request_Simple::getPost</span> &mdash; <span class="dc-title">Le but de getPost</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-yaf-request-simple.getpost-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Yaf_Request_Simple::getPost</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">

  </p>

  
<div class="warning"><strong class="warning">Avertissement</strong>
<p class="simpara">
 Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.
</p>
</div>


 </div>


 <div class="refsect1 parameters" id="refsect1-yaf-request-simple.getpost-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-yaf-request-simple.getpost-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">

  </p>
 </div>



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