mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 13:07:27 +02:00
Add markdown flavors for objects.
This commit is contained in:
@@ -10,7 +10,7 @@ testable, maintainable and extendable code.
|
|||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
DatabaseConfiguration gets injected and ``DatabaseConnection`` will get all that it
|
``DatabaseConfiguration`` gets injected and ``DatabaseConnection`` will get all that it
|
||||||
needs from ``$config``. Without DI, the configuration would be created
|
needs from ``$config``. Without DI, the configuration would be created
|
||||||
directly in ``DatabaseConnection``, which is not very good for testing and
|
directly in ``DatabaseConnection``, which is not very good for testing and
|
||||||
extending it.
|
extending it.
|
||||||
|
@@ -28,7 +28,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../../Structural/DependencyInjection/README.rst:13
|
#: ../../Structural/DependencyInjection/README.rst:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"DatabaseConfiguration gets injected and ``DatabaseConnection`` will get all that it "
|
"``DatabaseConfiguration`` gets injected and ``DatabaseConnection`` will get all that it "
|
||||||
"needs from ``$config``. Without DI, the configuration would be created "
|
"needs from ``$config``. Without DI, the configuration would be created "
|
||||||
"directly in ``DatabaseConnection``, which is not very good for testing and "
|
"directly in ``DatabaseConnection``, which is not very good for testing and "
|
||||||
"extending it."
|
"extending it."
|
||||||
@@ -71,4 +71,4 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../../Structural/DependencyInjection/README.rst:53
|
#: ../../Structural/DependencyInjection/README.rst:53
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
Reference in New Issue
Block a user