reference/classobj/functions/get-declared-classes.xml
6846ebb4e33d51faee4a1e99c241a7a24861e0e4
...
...
@@ -15,6 +15,12 @@
15
15
Gets the declared classes.
16
16
</para>
17
17
</refsect1>
18
+

19
+
<refsect1 role="parameters">
20
+
&reftitle.parameters;
21
+
&no.function.parameters;
22
+
</refsect1>
23
+
18
24
<refsect1 role="returnvalues">
19
25
&reftitle.returnvalues;
20
26
<para>
...
...
@@ -32,6 +38,31 @@
32
38
</para>
33
39
</note>
34
40
</refsect1>
41
+

42
+
<refsect1 role="changelog">
43
+
&reftitle.changelog;
44
+
<informaltable>
45
+
<tgroup cols="2">
46
+
<thead>
47
+
<row>
48
+
<entry>&Version;</entry>
49
+
<entry>&Description;</entry>
50
+
</row>
51
+
</thead>
52
+
<tbody>
53
+
<row>
54
+
<entry>7.4.0</entry>
55
+
<entry>
56
+
Previously <function>get_declared_classes</function> always returned parent classes before
57
+
child classes. This is no longer the case. No particular order is guaranteed
58
+
for the <function>get_declared_classes</function> return value.
59
+
</entry>
60
+
</row>
61
+
</tbody>
62
+
</tgroup>
63
+
</informaltable>
64
+
</refsect1>
65
+

35
66
<refsect1 role="examples">
36
67
&reftitle.examples;
37
68
<para>
38
69