svn: /phpdoc/ja/trunk/appendices/migration80/ new-features.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Mon, 07 Dec 2020 20:21:20 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351950
Log:
added some new feature docs link.
Changed paths:
U phpdoc/ja/trunk/appendices/migration80/new-features.xml
Modified: phpdoc/ja/trunk/appendices/migration80/new-features.xml
===================================================================
--- phpdoc/ja/trunk/appendices/migration80/new-features.xml 2020-12-07 20:13:46 UTC (rev 351949)
+++ phpdoc/ja/trunk/appendices/migration80/new-features.xml 2020-12-07 20:21:20 UTC (rev 351950)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 351500 $ -->
-<!-- EN-Revision: 351582 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 351949 Maintainer: mumumu Status: ready -->
<sect1 xml:id="migration80.new-features" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>新機能</title>
@@ -13,6 +13,7 @@
<para>
<!-- RFC: https://wiki.php.net/rfc/named_params -->
+ <link linkend="functions.named-arguments">名前付き引数</link> のサポートが追加されました。
</para>
</sect3>
@@ -20,7 +21,7 @@
<title>アトリビュート</title>
<para>
- アトリビュートのサポートが追加されました。
+ <link linkend="language.attributes">アトリビュート</link> のサポートが追加されました。
<!-- RFC: https://wiki.php.net/rfc/attributes_v2 -->
<!-- RFC: https://wiki.php.net/rfc/attribute_amendments -->
<!-- RFC: https://wiki.php.net/rfc/shorter_attribute_syntax -->
@@ -32,8 +33,7 @@
<title>コンストラクタのプロパティ昇格機能</title>
<para>
- (コンストラクタのシグナチャでプロパティを宣言することで)
- 引数をコンストラクタのプロパティへ昇格(プロモーション)させる機能が追加されました。
+ <link linkend="language.oop5.decon.constructor.promotion">コンストラクタの引数をプロパティへ昇格させる機能</link> が追加されました。
<!-- RFC: https://wiki.php.net/rfc/constructor_promotion -->
</para>
</sect3>
@@ -60,7 +60,7 @@
<title>nullsafe 演算子</title>
<para>
- nullsafe 演算子(<literal>?-></literal>) のサポートが追加されました。
+ <link linkend="language.oop5.basic.nullsafe">nullsafe 演算子</link> (<literal>?-></literal>) のサポートが追加されました。
<!-- RFC: https://wiki.php.net/rfc/nullsafe_operator -->
</para>
</sect3>