File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ Glossary
13
13
14
14
Dependency Injection
15
15
The Dependency Injection is a design pattern highly used in the Symfony2 Framework.
16
- It encourages loosely coupled and more maintainable architecture of an application.
17
- The main principle of this pattern is that it allows developers to *inject * objects
16
+ It encourages loosely coupled and more maintainable architecture of an application.
17
+ The main principle of this pattern is that it allows developers to *inject * objects
18
18
(also known as services) in other objects, generally passing them as parameters.
19
- Different levels of coupling between these objects can be established
19
+ Different levels of coupling between these objects can be established
20
20
depending on the method used to inject objects together.
21
- The Dependency Injection pattern is the more often associated
22
- to another specific type of object: the :doc: `/book/service_container `
21
+ The Dependency Injection pattern is the more often associated
22
+ to another specific type of object: the :doc: `/book/service_container `.
23
23
24
24
Project
25
25
A *Project * is a directory composed of an Application, a set of
You can’t perform that action at this time.
0 commit comments