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

4
3
<refentry xml:id="soapclient.setcookie" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SoapClient::__setCookie</refname>
7
-
<refpurpose>The __setCookie purpose</refpurpose>
6
+
<refpurpose>Defines a cookie for SOAP requests</refpurpose>
8
7
</refnamediv>
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="SoapClient">
13
12
<modifier>public</modifier> <type>void</type><methodname>SoapClient::__setCookie</methodname>
14
13
<methodparam><type>string</type><parameter>name</parameter></methodparam>
15
-
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
14
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>value</parameter><initializer>&null;</initializer></methodparam>
16
15
</methodsynopsis>
17
16
<para>
18
17
Defines a cookie to be sent along with the SOAP requests.
...
...
@@ -56,8 +55,29 @@
56
55
</para>
57
56
</refsect1>
58
57

59
-
</refentry>
58
+
<refsect1 role="changelog">
59
+
&reftitle.changelog;
60
+
<informaltable>
61
+
<tgroup cols="2">
62
+
<thead>
63
+
<row>
64
+
<entry>&Version;</entry>
65
+
<entry>&Description;</entry>
66
+
</row>
67
+
</thead>
68
+
<tbody>
69
+
<row>
70
+
<entry>8.0.0</entry>
71
+
<entry>
72
+
<parameter>value</parameter> is now nullable.
73
+
</entry>
74
+
</row>
75
+
</tbody>
76
+
</tgroup>
77
+
</informaltable>
78
+
</refsect1>
60
79

80
+
</refentry>
61
81
<!-- Keep this comment at the end of the file
62
82
Local variables:
63
83
mode: sgml
64
84