reference/soap/soapclient/setlocation.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.setlocation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SoapClient::__setLocation</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>string</type><methodname>SoapClient::__setLocation</methodname>
14
-
<methodparam choice="opt"><type>string</type><parameter>new_location</parameter></methodparam>
11
+
<methodsynopsis role="SoapClient">
12
+
<modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__setLocation</methodname>
13
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>location</parameter><initializer>&null;</initializer></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Sets the endpoint URL that will be touched by following SOAP requests. This is equivalent to
...
...
@@ -30,7 +29,7 @@
30
29
<para>
31
30
<variablelist>
32
31
<varlistentry>
33
-
<term><parameter>new_location</parameter></term>
32
+
<term><parameter>location</parameter></term>
34
33
<listitem>
35
34
<para>
36
35
The new endpoint URL.
...
...
@@ -48,6 +47,28 @@
48
47
</para>
49
48
</refsect1>
50
49

50
+
<refsect1 role="changelog">
51
+
&reftitle.changelog;
52
+
<informaltable>
53
+
<tgroup cols="2">
54
+
<thead>
55
+
<row>
56
+
<entry>&Version;</entry>
57
+
<entry>&Description;</entry>
58
+
</row>
59
+
</thead>
60
+
<tbody>
61
+
<row>
62
+
<entry>8.0.3</entry>
63
+
<entry>
64
+
<parameter>location</parameter> is nullable now.
65
+
</entry>
66
+
</row>
67
+
</tbody>
68
+
</tgroup>
69
+
</informaltable>
70
+
</refsect1>
71
+

51
72
<refsect1 role="examples">
52
73
&reftitle.examples;
53
74
<para>
...
...
@@ -81,13 +102,12 @@ http://www.somethirdparty.com
81
102
&reftitle.seealso;
82
103
<para>
83
104
<simplelist>
84
-
<member><methodname>SoapClient::SoapClient</methodname></member>
105
+
<member><methodname>SoapClient::__construct</methodname></member>
85
106
</simplelist>
86
107
</para>
87
108
</refsect1>
88
109

89
110
</refentry>
90
-

91
111
<!-- Keep this comment at the end of the file
92
112
Local variables:
93
113
mode: sgml
94
114