reference/datetime/dateperiod/getstartdate.xml
02ff7fef5b34cf8f5395180d9d39fb64d9398d00
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="dateperiod.getstartdate" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>DatePeriod::getStartDate</refname>
...
...
@@ -12,9 +11,9 @@
12
11
<refsect1 role="description">
13
12
&reftitle.description;
14
13
<para>&style.oop;</para>
15
-
<methodsynopsis role="oop">
14
+
<methodsynopsis role="DatePeriod">
16
15
<modifier>public</modifier> <type>DateTimeInterface</type><methodname>DatePeriod::getStartDate</methodname>
17
-
<void />
16
+
<void/>
18
17
</methodsynopsis>
19
18
<para>
20
19
Gets the start date of the period.
...
...
@@ -71,7 +70,6 @@ echo $start->format(DateTime::ISO8601);
71
70
</refsect1>
72
71

73
72
</refentry>
74
-

75
73
<!-- Keep this comment at the end of the file
76
74
Local variables:
77
75
mode: sgml
78
76