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

4
3
<refentry xml:id="soapserver.fault" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SoapServer::fault</refname>
...
...
@@ -9,13 +8,13 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="SoapServer">
13
12
<modifier>public</modifier> <type>void</type><methodname>SoapServer::fault</methodname>
14
13
<methodparam><type>string</type><parameter>code</parameter></methodparam>
15
14
<methodparam><type>string</type><parameter>string</parameter></methodparam>
16
-
<methodparam choice="opt"><type>string</type><parameter>actor</parameter></methodparam>
17
-
<methodparam choice="opt"><type>string</type><parameter>details</parameter></methodparam>
18
-
<methodparam choice="opt"><type>string</type><parameter>name</parameter></methodparam>
15
+
<methodparam choice="opt"><type>string</type><parameter>actor</parameter><initializer>""</initializer></methodparam>
16
+
<methodparam choice="opt"><type>mixed</type><parameter>details</parameter><initializer>&null;</initializer></methodparam>
17
+
<methodparam choice="opt"><type>string</type><parameter>name</parameter><initializer>""</initializer></methodparam>
19
18
</methodsynopsis>
20
19
<para>
21
20
Sends a response to the client of the current request indicating an error.
...
...
@@ -86,13 +85,12 @@
86
85
&reftitle.seealso;
87
86
<para>
88
87
<simplelist>
89
-
<member><methodname>SoapFault::SoapFault</methodname></member>
88
+
<member><methodname>SoapFault::__construct</methodname></member>
90
89
</simplelist>
91
90
</para>
92
91
</refsect1>
93
92

94
93
</refentry>
95
-

96
94
<!-- Keep this comment at the end of the file
97
95
Local variables:
98
96
mode: sgml
99
97