<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'yaf-request-simple.get.php',
    1 => 'Yaf_Request_Simple::get',
    2 => 'Назначение get',
  ),
  'up' => 
  array (
    0 => 'class.yaf-request-simple.php',
    1 => 'Yaf_Request_Simple',
  ),
  'prev' => 
  array (
    0 => 'yaf-request-simple.construct.php',
    1 => 'Yaf_Request_Simple::__construct',
  ),
  'next' => 
  array (
    0 => 'yaf-request-simple.getcookie.php',
    1 => 'Yaf_Request_Simple::getCookie',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/yaf/yaf_request_simple/get.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="yaf-request-simple.get" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Yaf_Request_Simple::get</h1>
  <p class="verinfo">(Yaf &gt;=1.0.0)</p><p class="refpurpose"><span class="refname">Yaf_Request_Simple::get</span> &mdash; <span class="dc-title">Назначение get</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-yaf-request-simple.get-description">
  <h3 class="title">Описание</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Yaf_Request_Simple::get</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">Внимание</strong><p class="simpara">Функцию пока не задокументировали;
для знакомства доступен только список аргументов.</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-yaf-request-simple.get-parameters">
  <h3 class="title">Список параметров</h3>
  
<p class="para">
 Сигнатура функции не содержит параметров.
</p>

 </div>


 <div class="refsect1 returnvalues" id="refsect1-yaf-request-simple.get-returnvalues">
  <h3 class="title">Возвращаемые значения</h3>
  <p class="para">

  </p>
 </div>



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