reference/soap/soapclient/getfunctions.xml
fe4e8b87d18f17394e7177917c498774b062448c
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="soapclient.getfunctions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SoapClient::__getFunctions</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>array</type><methodname>SoapClient::__getFunctions</methodname>
14
-
<void />
11
+
<methodsynopsis role="SoapClient">
12
+
<modifier>public</modifier> <type class="union"><type>array</type><type>null</type></type><methodname>SoapClient::__getFunctions</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns an array of functions described in the WSDL for the Web service.
...
...
@@ -28,7 +27,7 @@
28
27
&reftitle.returnvalues;
29
28
<para>
30
29
The <type>array</type> of SOAP function prototypes, detailing the return type,
31
-
the function name and type-hinted parameters.
30
+
the function name and parameter types.
32
31
</para>
33
32
</refsect1>
34
33

...
...
@@ -73,13 +72,12 @@ array(26) {
73
72
&reftitle.seealso;
74
73
<para>
75
74
<simplelist>
76
-
<member><methodname>SoapClient::SoapClient</methodname></member>
75
+
<member><methodname>SoapClient::__construct</methodname></member>
77
76
</simplelist>
78
77
</para>
79
78
</refsect1>
80
79

81
80
</refentry>
82
-

83
81
<!-- Keep this comment at the end of the file
84
82
Local variables:
85
83
mode: sgml
86
84