Changeset 19699
- Timestamp:
- 06/30/09 10:06:32 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
components/dependency_injection/trunk/lib/sfServiceContainerLoader.php
r19686 r19699 50 50 * Service definitions overrides the current defined ones. 51 51 * 52 * But for parameters, they are overrid en by the current ones. It allows52 * But for parameters, they are overridden by the current ones. It allows 53 53 * the parameters passed to the container constructor to have precedence 54 * over the loade rd ones.54 * over the loaded ones. 55 55 * 56 56 * $container = new sfServiceContainerBuilder(array('foo' => 'bar'));