reference/reflection/reflectionextension/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="reflectionextension.clone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionExtension::__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>ReflectionExtension::__clone</methodname>
14
-
<void />
11
+
<methodsynopsis role="ReflectionExtension">
12
+
<modifier>private</modifier> <type>void</type><methodname>ReflectionExtension::__clone</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
The clone method prevents an object from being cloned. Reflection objects
...
...
@@ -31,6 +30,28 @@
31
30
</para>
32
31
</refsect1>
33
32

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

34
55
<refsect1 role="seealso">
35
56
&reftitle.seealso;
36
57
<para>
...
...
@@ -42,7 +63,6 @@
42
63
</refsect1>
43
64

44
65
</refentry>
45
-

46
66
<!-- Keep this comment at the end of the file
47
67
Local variables:
48
68
mode: sgml
49
69