You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -84,14 +84,14 @@ class ServiceDispatcher {
84
84
}
85
85
```
86
86
87
-
### ObjectFactory
88
-
89
-
A `ObjectFactory` is mostly useful in common factories to create entities. For implementation details, look at the [phpdoc-blocks](https://github.com/rkrx/php-ioc-contract/blob/master/src/InstanceContainer.php).
90
-
91
87
### InstanceContainer
92
88
93
89
A `InstanceContainer` is mostly useful when in subjection to a di-container only a single instance of an object should be used. This is slightly different to the use of a singleton-pattern since you can have multiple di-containers with different configurations that may inject different implementations for the provided interfaces. For implementation details, look at the [phpdoc-blocks](https://github.com/rkrx/php-ioc-contract/blob/master/src/InstanceContainer.php).
94
90
91
+
### ObjectFactory
92
+
93
+
A `ObjectFactory` is mostly useful in common factories to create entities. For implementation details, look at the [phpdoc-blocks](https://github.com/rkrx/php-ioc-contract/blob/master/src/ObjectFactory.php).
94
+
95
95
### MethodInvoker
96
96
97
97
Invokes a `callable` method, function or closure and resolve the required parameters automatically of not already
0 commit comments