git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176615 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-01-07 09:45:14 +00:00
parent 5441f0802e
commit af3c7cfad9

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry id="function.SoapParam-SoapParam">
<refnamediv>
<refname>SoapParam::SoapParam</refname>
@ -15,7 +15,7 @@
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
SoapParam is a special low-level class for naming parameters and return ing
SoapParam is a special low-level class for naming parameters and returning
values in non-WSDL mode. It is just a data holder and it does not have any
special methods except the constructor. The constructor takes
<parameter>data</parameter> to pass or return and <parameter>name</parameter>.