reference/intl/intlcalendar/getlocale.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.getlocale" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::getLocale</refname>
...
...
@@ -12,17 +11,17 @@
12
11
<para>
13
12
&style.oop;
14
13
</para>
15
-
<methodsynopsis>
16
-
<modifier>public</modifier> <type>string</type><methodname>IntlCalendar::getLocale</methodname>
17
-
<methodparam><type>int</type><parameter>localeType</parameter></methodparam>
14
+
<methodsynopsis role="IntlCalendar">
15
+
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>IntlCalendar::getLocale</methodname>
16
+
<methodparam><type>int</type><parameter>type</parameter></methodparam>
18
17
</methodsynopsis>
19
18
<para>
20
19
&style.procedural;
21
20
</para>
22
21
<methodsynopsis>
23
-
<type>string</type><methodname>intlcal_get_locale</methodname>
24
-
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
25
-
<methodparam><type>int</type><parameter>localeType</parameter></methodparam>
22
+
<type class="union"><type>string</type><type>false</type></type><methodname>intlcal_get_locale</methodname>
23
+
<methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
24
+
<methodparam><type>int</type><parameter>type</parameter></methodparam>
26
25
</methodsynopsis>
27
26
<para>
28
27
Returns the locale used by this calendar object.
...
...
@@ -33,15 +32,13 @@
33
32
&reftitle.parameters;
34
33
<variablelist>
35
34
<varlistentry>
36
-
<term><parameter>cal</parameter></term>
35
+
<term><parameter>calendar</parameter></term>
37
36
<listitem>
38
-
<para>
39
-
The IntlCalendar resource.
40
-
</para>
37
+
&intl.parameter.intl-calendar;
41
38
</listitem>
42
39
</varlistentry>
43
40
<varlistentry>
44
-
<term><parameter>localeType</parameter></term>
41
+
<term><parameter>type</parameter></term>
45
42
<listitem>
46
43
<para>
47
44
Whether to fetch the actual locale (the locale from which the calendar
...
...
@@ -90,7 +87,6 @@ string(5) "en_US"
90
87
</refsect1>
91
88

92
89
</refentry>
93
-

94
90
<!-- Keep this comment at the end of the file
95
91
Local variables:
96
92
mode: sgml
97
93