reference/intl/intlcalendar/gettype.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.gettype" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::getType</refname>
...
...
@@ -12,20 +11,19 @@
12
11
<para>
13
12
&style.oop;
14
13
</para>
15
-
<methodsynopsis>
14
+
<methodsynopsis role="IntlCalendar">
16
15
<modifier>public</modifier> <type>string</type><methodname>IntlCalendar::getType</methodname>
17
-
<void />
16
+
<void/>
18
17
</methodsynopsis>
19
18
<para>
20
19
&style.procedural;
21
20
</para>
22
21
<methodsynopsis>
23
22
<type>string</type><methodname>intlcal_get_type</methodname>
24
-
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
23
+
<methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
25
24
</methodsynopsis>
26
25
<para>
27
-
A string describing the type of this calendar. This is one of the <link
28
-
linkend="intlcalendar.getkeywordvaluesforlocale">valid values</link> for
26
+
A string describing the type of this calendar. This is one of the <link linkend="intlcalendar.getkeywordvaluesforlocale">valid values</link> for
29
27
the calendar keyword value <literal>'calendar'</literal>.
30
28
</para>
31
29
</refsect1>
...
...
@@ -34,11 +32,9 @@
34
32
&reftitle.parameters;
35
33
<variablelist>
36
34
<varlistentry>
37
-
<term><parameter>cal</parameter></term>
35
+
<term><parameter>calendar</parameter></term>
38
36
<listitem>
39
-
<para>
40
-
The IntlCalendar resource.
41
-
</para>
37
+
&intl.parameter.intl-calendar;
42
38
</listitem>
43
39
</varlistentry>
44
40
</variablelist>
...
...
@@ -84,7 +80,6 @@ string(9) "gregorian"
84
80
</refsect1>
85
81

86
82
</refentry>
87
-

88
83
<!-- Keep this comment at the end of the file
89
84
Local variables:
90
85
mode: sgml
91
86