Skip to content

Commit a7f3907

Browse files
authored
ReflectionFunctionの翻訳 (#234)
1 parent a1b7749 commit a7f3907

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

reference/reflection/reflectiongenerator/getfunction.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 812143d1de2e2c822f815090a40b395b512db751 Maintainer: mumumu Status: ready -->
44

55
<refentry xml:id="reflectiongenerator.getfunction" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -34,6 +34,29 @@
3434
</para>
3535
</refsect1>
3636

37+
<refsect1 role="changelog">
38+
&reftitle.changelog;
39+
<informaltable>
40+
<tgroup cols="2">
41+
<thead>
42+
<row>
43+
<entry>&Version;</entry>
44+
<entry>&Description;</entry>
45+
</row>
46+
</thead>
47+
<tbody>
48+
<row>
49+
<entry>8.4.0</entry>
50+
<entry>
51+
<methodname>ReflectionGenerator::getFunction</methodname> は、
52+
ジェネレータの実行が終了した後に呼び出すことができるようになりました。
53+
</entry>
54+
</row>
55+
</tbody>
56+
</tgroup>
57+
</informaltable>
58+
</refsect1>
59+
3760
<refsect1 role="examples">
3861
&reftitle.examples;
3962
<para>

0 commit comments

Comments
 (0)