reference/intl/intlcalendar/after.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.after" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::after</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::after</methodname>
17
16
<methodparam><type>IntlCalendar</type><parameter>other</parameter></methodparam>
18
17
</methodsynopsis>
...
...
@@ -21,7 +20,7 @@
21
20
</para>
22
21
<methodsynopsis>
23
22
<type>bool</type><methodname>intlcal_after</methodname>
24
-
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
23
+
<methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
25
24
<methodparam><type>IntlCalendar</type><parameter>other</parameter></methodparam>
26
25
</methodsynopsis>
27
26
<para>
...
...
@@ -33,11 +32,9 @@
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>
...
...
@@ -56,10 +53,8 @@
56
53
<para>
57
54
Returns &true; if this objectʼs current time is after that of the
58
55
<parameter>calendar</parameter> argumentʼs time. Returns &false; otherwise.
59
-
Also returns &false; on failure. You can use <link
60
-
linkend="ini.intl.use-exceptions">exceptions</link> or
61
-
<function>intl_get_error_code</function> to detect error conditions.
62
56
</para>
57
+
&intl.error.intl-calendar;
63
58
</refsect1>
64
59

65
60

...
...
@@ -89,7 +84,6 @@ var_dump($cal1->after($cal2), //true
89
84
</refsect1>
90
85

91
86
</refentry>
92
-

93
87
<!-- Keep this comment at the end of the file
94
88
Local variables:
95
89
mode: sgml
96
90