Removed controller action injection from the list of features in the guide and translations

This commit is contained in:
Alexander Makarov
2016-02-07 12:10:30 +03:00
parent 42b8569846
commit 357845ac31
3 changed files with 0 additions and 3 deletions

View File

@ -14,7 +14,6 @@ Yii は [[yii\di\Container]] クラスを通して DI コンテナの機能を
* コンストラクタ·インジェクション
* セッター/プロパティ·インジェクション
* PHP コーラブル·インジェクション
* コントローラ・アクション・インジェクション
### コンストラクタ·インジェクション <span id="constructor-injection"></span>

View File

@ -13,7 +13,6 @@ Yii обеспечивает функционал контейнера внед
* Внедрение зависимости через конструктор;
* Внедрение зависимости через сеттер и свойство;
* Внедрение зависимости через PHP callback;
* Внедрение зависимости через действие контроллера.
### Внедрение зависимости через конструктор <span id="constructor-injection"></span>

View File

@ -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>