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

4
3
<refentry xml:id="reflectionclass.getproperties" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionClass::getProperties</refname>
...
...
@@ -9,9 +8,9 @@
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::getProperties</methodname>
14
-
<methodparam choice="opt"><type>int</type><parameter>filter</parameter></methodparam>
13
+
<methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>filter</parameter><initializer>&null;</initializer></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Retrieves reflected properties.
...
...
@@ -43,6 +42,28 @@
43
42
</para>
44
43
</refsect1>
45
44

45
+
<refsect1 role="changelog">
46
+
&reftitle.changelog;
47
+
<informaltable>
48
+
<tgroup cols="2">
49
+
<thead>
50
+
<row>
51
+
<entry>&Version;</entry>
52
+
<entry>&Description;</entry>
53
+
</row>
54
+
</thead>
55
+
<tbody>
56
+
<row>
57
+
<entry>7.2.0</entry>
58
+
<entry>
59
+
<parameter>filter</parameter> is nullable now.
60
+
</entry>
61
+
</row>
62
+
</tbody>
63
+
</tgroup>
64
+
</informaltable>
65
+
</refsect1>
66
+

46
67
<refsect1 role="examples">
47
68
&reftitle.examples;
48
69
<example xml:id="reflectionclass.getproperties.example.filter">
...
...
@@ -112,7 +133,6 @@ array(2) {
112
133
</refsect1>
113
134

114
135
</refentry>
115
-

116
136
<!-- Keep this comment at the end of the file
117
137
Local variables:
118
138
mode: sgml
119
139