reference/intl/uconverter/construct.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="uconverter.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>UConverter::__construct</refname>
...
...
@@ -9,11 +8,11 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<constructorsynopsis role="UConverter">
13
12
<modifier>public</modifier> <methodname>UConverter::__construct</methodname>
14
-
<methodparam choice="opt"><type>string</type><parameter>destination_encoding</parameter></methodparam>
15
-
<methodparam choice="opt"><type>string</type><parameter>source_encoding</parameter></methodparam>
16
-
</methodsynopsis>
13
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>destination_encoding</parameter><initializer>&null;</initializer></methodparam>
14
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>source_encoding</parameter><initializer>&null;</initializer></methodparam>
15
+
</constructorsynopsis>
17
16
<para>
18
17

19
18
</para>
...
...
@@ -53,7 +52,6 @@
53
52

54
53

55
54
</refentry>
56
-

57
55
<!-- Keep this comment at the end of the file
58
56
Local variables:
59
57
mode: sgml
60
58