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

4
3
<refentry xml:id="reflectionclass.getstaticproperties" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionClass::getStaticProperties</refname>
...
...
@@ -9,16 +8,14 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionClass">
13
12
<modifier>public</modifier> <type>array</type><methodname>ReflectionClass::getStaticProperties</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Get the static properties.
18
17
</para>
19
18

20
-
&warn.undocumented.func;
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -33,6 +30,29 @@
33
30
</para>
34
31
</refsect1>
35
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.3.0</entry>
46
+
<entry>
47
+
The return type of <methodname>ReflectionClass::getStaticProperties</methodname>
48
+
has been changed to <type>array</type> from <literal>?array</literal>.
49
+
</entry>
50
+
</row>
51
+
</tbody>
52
+
</tgroup>
53
+
</informaltable>
54
+
</refsect1>
55
+

36
56
<refsect1 role="seealso">
37
57
&reftitle.seealso;
38
58
<para>
...
...
@@ -44,7 +64,6 @@
44
64
</refsect1>
45
65

46
66
</refentry>
47
-

48
67
<!-- Keep this comment at the end of the file
49
68
Local variables:
50
69
mode: sgml
51
70