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