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

4
3
<refentry xml:id="reflectionmethod.invokeargs" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionMethod::invokeArgs</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionMethod">
13
12
<modifier>public</modifier> <type>mixed</type><methodname>ReflectionMethod::invokeArgs</methodname>
14
-
<methodparam><type>object</type><parameter>object</parameter></methodparam>
13
+
<methodparam><type class="union"><type>object</type><type>null</type></type><parameter>object</parameter></methodparam>
15
14
<methodparam><type>array</type><parameter>args</parameter></methodparam>
16
15
</methodsynopsis>
17
16
<para>
...
...
@@ -63,6 +62,30 @@
63
62
</para>
64
63
</refsect1>
65
64

65
+
<refsect1 role="changelog">
66
+
&reftitle.changelog;
67
+
<para>
68
+
<informaltable>
69
+
<tgroup cols="2">
70
+
<thead>
71
+
<row>
72
+
<entry>&Version;</entry>
73
+
<entry>&Description;</entry>
74
+
</row>
75
+
</thead>
76
+
<tbody>
77
+
<row>
78
+
<entry>8.0.0</entry>
79
+
<entry>
80
+
<parameter>args</parameter> keys will now be interpreted as parameter names, instead of being silently ignored.
81
+
</entry>
82
+
</row>
83
+
</tbody>
84
+
</tgroup>
85
+
</informaltable>
86
+
</para>
87
+
</refsect1>
88
+

66
89
<refsect1 role="examples">
67
90
&reftitle.examples;
68
91
<para>
...
...
@@ -115,7 +138,6 @@ Hello Mike
115
138
</refsect1>
116
139

117
140
</refentry>
118
-

119
141
<!-- Keep this comment at the end of the file
120
142
Local variables:
121
143
mode: sgml
122
144