Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
d48bcc61
Commit
d48bcc61
authored
May 16, 2014
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.2'
* 1.2: Update service_controller.rst
parents
45bd7086
0a4d5c05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/providers/service_controller.rst
doc/providers/service_controller.rst
+1
-1
No files found.
doc/providers/service_controller.rst
View file @
d48bcc61
...
@@ -15,7 +15,7 @@ Why would I want to do this?
...
@@ -15,7 +15,7 @@ Why would I want to do this?
Using this method, you can inject the actual dependencies required by your
Using this method, you can inject the actual dependencies required by your
controller and gain total inversion of control, while still maintaining the
controller and gain total inversion of control, while still maintaining the
lazy loading of your controllers and it
'
s dependencies. Because your
lazy loading of your controllers and its dependencies. Because your
dependencies are clearly defined, they are easily mocked, allowing you to test
dependencies are clearly defined, they are easily mocked, allowing you to test
your controllers in isolation.
your controllers in isolation.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment