Skip to content

Commit 9a4def4

Browse files
author
Yoshinari Takaoka
committed
Reflection*::export is deprecated as of PHP 7.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350502 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 9785543 commit 9a4def4

File tree

11 files changed

+71
-13
lines changed

11 files changed

+71
-13
lines changed

reference/reflection/reflection/export.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: a465b89916b11fae83c879f75a85d0aae91fec5c Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu -->
45

56
<refentry xml:id="reflection.export" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
67
<refnamediv>
78
<refname>Reflection::export</refname>
89
<refpurpose>エクスポートする</refpurpose>
910
</refnamediv>
1011

12+
<refsynopsisdiv>
13+
&warn.deprecated.function-7-4-0;
14+
</refsynopsisdiv>
15+
1116
<refsect1 role="description">
1217
&reftitle.description;
1318
<methodsynopsis>

reference/reflection/reflectionclass/export.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: a465b89916b11fae83c879f75a85d0aae91fec5c Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu -->
45

56
<refentry xml:id="reflectionclass.export" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
67
<refnamediv>
78
<refname>ReflectionClass::export</refname>
89
<refpurpose>クラスをエクスポートする</refpurpose>
910
</refnamediv>
1011

12+
<refsynopsisdiv>
13+
&warn.deprecated.function-7-4-0;
14+
</refsynopsisdiv>
15+
1116
<refsect1 role="description">
1217
&reftitle.description;
1318
<methodsynopsis>
@@ -109,6 +114,7 @@ Class [ <user> class Apple ] {
109114
<para>
110115
<simplelist>
111116
<member><methodname>ReflectionClass::getName</methodname></member>
117+
<member><methodname>ReflectionClass::__toString</methodname></member>
112118
</simplelist>
113119
</para>
114120
</refsect1>

reference/reflection/reflectionclassconstant/export.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: cf616ef1f0bd14778a591210de8a231fa564e863 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: a465b89916b11fae83c879f75a85d0aae91fec5c Maintainer: mumumu Status: ready -->
4+
<!-- Credits: mumumu -->
45

56
<refentry xml:id="reflectionclassconstant.export" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
67
<refnamediv>
78
<refname>ReflectionClassConstant::export</refname>
89
<refpurpose>リフレクションをエクスポートする</refpurpose>
910
</refnamediv>
1011

12+
<refsynopsisdiv>
13+
&warn.deprecated.function-7-4-0;
14+
</refsynopsisdiv>
15+
1116
<refsect1 role="description">
1217
&reftitle.description;
1318
<methodsynopsis>

reference/reflection/reflectionextension/export.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: a465b89916b11fae83c879f75a85d0aae91fec5c Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu -->
45

56
<refentry xml:id="reflectionextension.export" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
67
<refnamediv>
78
<refname>ReflectionExtension::export</refname>
89
<refpurpose>エクスポートする</refpurpose>
910
</refnamediv>
1011

12+
<refsynopsisdiv>
13+
&warn.deprecated.function-7-4-0;
14+
</refsynopsisdiv>
15+
1116
<refsect1 role="description">
1217
&reftitle.description;
1318
<methodsynopsis>
@@ -57,6 +62,7 @@
5762
<para>
5863
<simplelist>
5964
<member><methodname>ReflectionExtension::info</methodname></member>
65+
<member><methodname>ReflectionExtension::__toString</methodname></member>
6066
</simplelist>
6167
</para>
6268
</refsect1>

reference/reflection/reflectionfunction/export.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 22681d58f5cfac971f71ff0b4eeafd548752562d Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: a465b89916b11fae83c879f75a85d0aae91fec5c Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu -->
45

56
<refentry xml:id="reflectionfunction.export" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
67
<refnamediv>
78
<refname>ReflectionFunction::export</refname>
89
<refpurpose>関数をエクスポートする</refpurpose>
910
</refnamediv>
1011

12+
<refsynopsisdiv>
13+
&warn.deprecated.function-7-4-0;
14+
</refsynopsisdiv>
15+
1116
<refsect1 role="description">
1217
&reftitle.description;
1318
<methodsynopsis>
@@ -56,6 +61,7 @@
5661
<para>
5762
<simplelist>
5863
<member><methodname>ReflectionFunction::invoke</methodname></member>
64+
<member><methodname>ReflectionFunction::__toString</methodname></member>
5965
</simplelist>
6066
</para>
6167
</refsect1>

reference/reflection/reflectionmethod/export.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: a465b89916b11fae83c879f75a85d0aae91fec5c Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu -->
45

56
<refentry xml:id="reflectionmethod.export" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
67
<refnamediv>
78
<refname>ReflectionMethod::export</refname>
89
<refpurpose>メソッドをエクスポートする</refpurpose>
910
</refnamediv>
1011

12+
<refsynopsisdiv>
13+
&warn.deprecated.function-7-4-0;
14+
</refsynopsisdiv>
15+
1116
<refsect1 role="description">
1217
&reftitle.description;
1318
<methodsynopsis>

reference/reflection/reflectionparameter/export.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: b71e8b802f19ebed1067898d628e8a03b0550a11 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: a465b89916b11fae83c879f75a85d0aae91fec5c Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu -->
45

56
<refentry xml:id="reflectionparameter.export" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
67
<refnamediv>
78
<refname>ReflectionParameter::export</refname>
89
<refpurpose>エクスポートする</refpurpose>
910
</refnamediv>
1011

12+
<refsynopsisdiv>
13+
&warn.deprecated.function-7-4-0;
14+
</refsynopsisdiv>
15+
1116
<refsect1 role="description">
1217
&reftitle.description;
1318
<methodsynopsis>
@@ -67,7 +72,7 @@
6772
&reftitle.seealso;
6873
<para>
6974
<simplelist>
70-
<member><methodname>ReflectionParameter::toString</methodname></member>
75+
<member><methodname>ReflectionParameter::__toString</methodname></member>
7176
</simplelist>
7277
</para>
7378
</refsect1>

reference/reflection/reflectionproperty.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 8c6d47907a700e7d824c6b02108d631e5cc1091f Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: a465b89916b11fae83c879f75a85d0aae91fec5c Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu -->
45

56
<phpdoc:classref xml:id="class.reflectionproperty" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
67

reference/reflection/reflectionproperty/export.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: b71e8b802f19ebed1067898d628e8a03b0550a11 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: a465b89916b11fae83c879f75a85d0aae91fec5c Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu -->
45

56
<refentry xml:id="reflectionproperty.export" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
67
<refnamediv>
@@ -67,7 +68,7 @@
6768
&reftitle.seealso;
6869
<para>
6970
<simplelist>
70-
<member><methodname>ReflectionProperty::toString</methodname></member>
71+
<member><methodname>ReflectionProperty::__toString</methodname></member>
7172
</simplelist>
7273
</para>
7374
</refsect1>

reference/reflection/reflectionzendextension/export.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 1b043c5a4eee1b7f35c68592d3ffdc2ba238af00 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: a465b89916b11fae83c879f75a85d0aae91fec5c Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu -->
45

56
<refentry xml:id="reflectionzendextension.export" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
67
<refnamediv>
78
<refname>ReflectionZendExtension::export</refname>
89
<refpurpose>エクスポート</refpurpose>
910
</refnamediv>
1011

12+
<refsynopsisdiv>
13+
&warn.deprecated.function-7-4-0;
14+
</refsynopsisdiv>
15+
1116
<refsect1 role="description">
1217
&reftitle.description;
1318
<methodsynopsis>
@@ -52,6 +57,14 @@
5257
</para>
5358
</refsect1>
5459

60+
<refsect1 role="seealso">
61+
&reftitle.seealso;
62+
<para>
63+
<simplelist>
64+
<member><methodname>ReflectionClassConstant::__toString</methodname></member>
65+
</simplelist>
66+
</para>
67+
</refsect1>
5568

5669
</refentry>
5770

0 commit comments

Comments
 (0)