Skip to content

Commit

Permalink
Merge pull request cakephp#6028 from nojimage/patch-10
Browse files Browse the repository at this point in the history
[ja] Update transration at 3-6-migration-guide.rst
  • Loading branch information
okinaka authored Apr 15, 2019
2 parents da977ba + 00bc9a9 commit b4515e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ja/appendices/3-6-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ CakePHP 3.6 は、3.5 の API の完全上位互換です。
``getContain()`` を使用してください。
* ``Cake\Datasource\QueryInterface::repository()`` のゲッター部分は非推奨です。代わりに
``getRepository()`` を使用してください。
* ``Cake\Database\Type::map()`` のゲッター部分は非推奨です。代わりに
``getMap()`` を使用してください。
* ``Cake\Database\Type::map()`` で完全な型マップを設定することは非推奨です。代わりに
``setMap()`` を使用してください。
* ``Cake\Database\Type::map()`` へオブジェクトで ``$className`` を渡すことは非推奨です。代わりに
``set()`` を使用してください。

いくつかのクラスは *名前変更* されました。古い名前は 4.0 まで動作しますが、
非推奨警告が表示されます。
Expand Down

0 comments on commit b4515e5

Please sign in to comment.