mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343806 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
df8fc9a945
commit
b91741b289
2 changed files with 9 additions and 5 deletions
|
@ -4,21 +4,18 @@
|
|||
<refentry xml:id="yaf-request-abstract.getparams" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>Yaf_Request_Abstract::getParams</refname>
|
||||
<refpurpose>The getParams purpose</refpurpose>
|
||||
<refpurpose>Retrieve all calling parameters</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>Yaf_Request_Abstract::getParams</methodname>
|
||||
<modifier>public</modifier> <type>array</type><methodname>Yaf_Request_Abstract::getParams</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
@ -33,6 +30,12 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><methodname>Yaf_Request_Abstract::setParam</methodname></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><methodname>Yaf_Request_Abstract::getParam</methodname></member>
|
||||
<member><methodname>Yaf_Request_Abstract::getParams</methodname></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue