mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Typo (bug #31437)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176615 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5441f0802e
commit
af3c7cfad9
1 changed files with 2 additions and 2 deletions
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue