File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
.. note ::
2
2
3
3
* 対象バージョン:2.3以降
4
- * 翻訳更新日:2014/04/25
4
+ * 翻訳更新日:2014/04/30
5
5
6
6
後方互換性の保証について
7
7
========================
@@ -93,7 +93,7 @@ Symfonyによって提供されるすべてのクラスはインスタンス化
93
93
``@internal ``\ タグの付いたクラス、プロパティやメソッド、並びに名前空間に\ ``**Tests** ``\ を含むクラスはこの規約の対象外となります。
94
94
これらは内部利用を目的としているので、アプリケーションのコードからアクセスすべきではありません。
95
95
96
- インターフェースと同様、クラスもAPIクラス、通常クラスと区分されています 。
96
+ インターフェースと同様、クラスもAPIクラス、レギュラークラスと区分されています 。
97
97
APIクラスもインターフェースと同様に\ ``@api ``\ タグが付けられています::
98
98
99
99
/**
@@ -308,7 +308,7 @@ protectedメソッドの削除 Yes Yes
308
308
string `string値 `_\ と等価に評価可能な\ `スカラー型 `_\ またはオブジェクト
309
309
integer `integer値 `_\ と等価に評価可能な\ `スカラー型 `_
310
310
float `float値 `_\ と等価に評価可能な\ `スカラー型 `_
311
- array ``ArrayAccess ``\ 、\ ``Traversable ``\ そして \ ``Countable ``\ を実装しているインスタンス
311
+ array ``ArrayAccess ``\ 、\ ``Traversable ``\ および \ ``Countable ``\ を実装しているインスタンス
312
312
``ArrayAccess `` array
313
313
``Traversable `` array
314
314
``Countable `` array
@@ -327,4 +327,4 @@ protectedメソッドの削除 Yes Yes
327
327
.. _integer値 : http://www.php.net/manual/ja/function.intval.php
328
328
.. _float値 : http://www.php.net/manual/ja/function.floatval.php
329
329
330
- .. 2014/04/25 issei-m 6c1ded9af043f1711d6349db91711b2e5fc33bb4
330
+ .. 2014/04/30 issei-m 6c1ded9af043f1711d6349db91711b2e5fc33bb4
You can’t perform that action at this time.
0 commit comments