mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Removed controller action injection from the list of features in the guide and translations
This commit is contained in:
@ -14,7 +14,6 @@ Yii は [[yii\di\Container]] クラスを通して DI コンテナの機能を
|
||||
* コンストラクタ·インジェクション
|
||||
* セッター/プロパティ·インジェクション
|
||||
* PHP コーラブル·インジェクション
|
||||
* コントローラ・アクション・インジェクション
|
||||
|
||||
|
||||
### コンストラクタ·インジェクション <span id="constructor-injection"></span>
|
||||
|
@ -13,7 +13,6 @@ Yii обеспечивает функционал контейнера внед
|
||||
* Внедрение зависимости через конструктор;
|
||||
* Внедрение зависимости через сеттер и свойство;
|
||||
* Внедрение зависимости через PHP callback;
|
||||
* Внедрение зависимости через действие контроллера.
|
||||
|
||||
|
||||
### Внедрение зависимости через конструктор <span id="constructor-injection"></span>
|
||||
|
@ -15,7 +15,6 @@ dependency injection:
|
||||
* Constructor injection;
|
||||
* Setter and property injection;
|
||||
* PHP callable injection;
|
||||
* Controller action injection.
|
||||
|
||||
|
||||
### Constructor Injection <span id="constructor-injection"></span>
|
||||
|
Reference in New Issue
Block a user