reference/intl/intlcalendar/isset.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.isset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::isSet</refname>
...
...
@@ -12,7 +11,7 @@
12
11
<para>
13
12
&style.oop;
14
13
</para>
15
-
<methodsynopsis>
14
+
<methodsynopsis role="IntlCalendar">
16
15
<modifier>public</modifier> <type>bool</type><methodname>IntlCalendar::isSet</methodname>
17
16
<methodparam><type>int</type><parameter>field</parameter></methodparam>
18
17
</methodsynopsis>
...
...
@@ -21,12 +20,11 @@
21
20
</para>
22
21
<methodsynopsis>
23
22
<type>bool</type><methodname>intlcal_is_set</methodname>
24
-
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
23
+
<methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
25
24
<methodparam><type>int</type><parameter>field</parameter></methodparam>
26
25
</methodsynopsis>
27
26
<para>
28
-
Returns whether a field is set (as opposed to <link
29
-
linkend="intlcalendar.clear">clear</link>). Set fields take priority over
27
+
Returns whether a field is set (as opposed to <link linkend="intlcalendar.clear">clear</link>). Set fields take priority over
30
28
unset fields and their default values when the date/time is being
31
29
calculated. Fields set later take priority over fields set earlier.
32
30
</para>
...
...
@@ -36,11 +34,9 @@
36
34
&reftitle.parameters;
37
35
<variablelist>
38
36
<varlistentry>
39
-
<term><parameter>cal</parameter></term>
37
+
<term><parameter>calendar</parameter></term>
40
38
<listitem>
41
-
<para>
42
-
The IntlCalendar resource.
43
-
</para>
39
+
&intl.parameter.intl-calendar;
44
40
</listitem>
45
41
</varlistentry>
46
42
<varlistentry>
...
...
@@ -55,7 +51,7 @@
55
51
<refsect1 role="returnvalues">
56
52
&reftitle.returnvalues;
57
53
<para>
58
-
Assuming there are no argument errors, returns &true; iif the field is set.
54
+
Assuming there are no argument errors, returns &true; if the field is set.
59
55
</para>
60
56
</refsect1>
61
57

...
...
@@ -78,7 +74,6 @@
78
74
</refsect1>
79
75

80
76
</refentry>
81
-

82
77
<!-- Keep this comment at the end of the file
83
78
Local variables:
84
79
mode: sgml
85
80