silverstripe-framework/control/injector
Marcus Nyeholt 4f63f91cc8 BUG Fixed issue with convertServiceProperty
Fixed issue where convertServiceProperty is called when creating objects
with user-supplied constructor arguments, so that it's only called when
creating objects using injector configuration. This reduces the overhead
of unnecessary calls to convertServiceProperty.

Updated test cases to validate behaviour
2012-12-12 15:22:23 +11:00
..
AfterCallAspect.php MINOR Fixed phpdocs 2012-06-20 23:59:16 +02:00
AopProxyService.php MINOR Fixed phpdocs 2012-06-20 23:59:16 +02:00
BeforeCallAspect.php MINOR Fixed phpdocs 2012-06-20 23:59:16 +02:00
Injector.php BUG Fixed issue with convertServiceProperty 2012-12-12 15:22:23 +11:00