reference/reflection/reflectionzendextension/clone.xml
ec2fe9a592f794978114ef5021db9f1d00c2e05d
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="reflectionzendextension.clone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionZendExtension::__clone</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>final</modifier> <modifier>private</modifier> <type>void</type><methodname>ReflectionZendExtension::__clone</methodname>
14
-
<void />
11
+
<methodsynopsis role="ReflectionZendExtension">
12
+
<modifier>private</modifier> <type>void</type><methodname>ReflectionZendExtension::__clone</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16

...
...
@@ -33,9 +32,29 @@
33
32
</para>
34
33
</refsect1>
35
34

35
+
<refsect1 role="changelog">
36
+
&reftitle.changelog;
37
+
<informaltable>
38
+
<tgroup cols="2">
39
+
<thead>
40
+
<row>
41
+
<entry>&Version;</entry>
42
+
<entry>&Description;</entry>
43
+
</row>
44
+
</thead>
45
+
<tbody>
46
+
<row>
47
+
<entry>8.1.0</entry>
48
+
<entry>
49
+
This method is no longer <modifier>final</modifier>.
50
+
</entry>
51
+
</row>
52
+
</tbody>
53
+
</tgroup>
54
+
</informaltable>
55
+
</refsect1>
36
56

37
57
</refentry>
38
-

39
58
<!-- Keep this comment at the end of the file
40
59
Local variables:
41
60
mode: sgml
42
61