Browse Source

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

tags/2.0.7
Alexander Makarov 9 years ago
parent
commit
357845ac31
  1. 1
      docs/guide-ja/concept-di-container.md
  2. 1
      docs/guide-ru/concept-di-container.md
  3. 1
      docs/guide/concept-di-container.md

1
docs/guide-ja/concept-di-container.md

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

1
docs/guide-ru/concept-di-container.md

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

1
docs/guide/concept-di-container.md

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

Loading…
Cancel
Save