silverstripe-framework/control/injector
Marcus Nyeholt b273f3b524 API Updated aspect proxy service
- Updated AspectProxyService to handle multiple handlers for each proxied
  object's methods.
- Changed BeforeCallAspect to allow for providing a return value that
  should be returned to the caller instead of the proxied return value
- Changed AfterCallAspect behaviour to allow for returning the value of
  the aspect to the caller instead of the proxied return value
2014-08-06 13:48:26 +10:00
..
AfterCallAspect.php API Updated aspect proxy service 2014-08-06 13:48:26 +10:00
AopProxyService.php API Updated aspect proxy service 2014-08-06 13:48:26 +10:00
BeforeCallAspect.php API Updated aspect proxy service 2014-08-06 13:48:26 +10:00
InjectionCreator.php NEW: Allow specifying a factory to use for creating services. 2014-02-03 11:30:22 +11:00
Injector.php BUG fix dependency injection stumbling over ViewableData's __isset 2014-06-12 10:08:59 +12:00
ServiceConfigurationLocator.php Update @package, @subpackage labels 2013-05-21 22:24:41 +12:00
SilverStripeInjectionCreator.php NEW: Allow specifying a factory to use for creating services. 2014-02-03 11:30:22 +11:00
SilverStripeServiceConfigurationLocator.php Update @package, @subpackage labels 2013-05-21 22:24:41 +12:00