8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a829211 commit 6c82faaCopy full SHA for 6c82faa
glossary.rst
@@ -14,7 +14,7 @@ Glossary
14
Dependency Injection
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* into other objects
+ The main principle of this pattern is that it allows developers to *inject* objects
18
(also known as services) in other objects, generally passing them as parameters.
19
Different levels of coupling between these objects can be established
20
depending on the method used to inject objects together.
0 commit comments