reference/intl/intlcalendar/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="intlcalendar.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::__construct</refname>
...
...
@@ -9,10 +8,10 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<constructorsynopsis role="IntlCalendar">
13
12
<modifier>private</modifier> <methodname>IntlCalendar::__construct</methodname>
14
-
<void />
15
-
</methodsynopsis>
13
+
<void/>
14
+
</constructorsynopsis>
16
15
<para>
17
16
A private constructor for disallowing instantiation with the
18
17
<link linkend="language.oop5.basic.new">new</link> operator.
...
...
@@ -27,15 +26,7 @@
27
26
&no.function.parameters;
28
27
</refsect1>
29
28

30
-
<refsect1 role="returnvalues">
31
-
&reftitle.returnvalues;
32
-
<para>
33
-
&return.void;
34
-
</para>
35
-
</refsect1>
36
-

37
29
</refentry>
38
-

39
30
<!-- Keep this comment at the end of the file
40
31
Local variables:
41
32
mode: sgml
42
33