Skip to content

Commit 593e4c0

Browse files
committedNov 14, 2014
Update README.md
1 parent 5a28251 commit 593e4c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ class ServiceDispatcher {
8484
}
8585
```
8686

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-
9187
### InstanceContainer
9288

9389
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).
9490

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+
9595
### MethodInvoker
9696

9797
Invokes a `callable` method, function or closure and resolve the required parameters automatically of not already

0 commit comments

Comments
 (0)