silverstripe-framework/src/Core/Injector
Ingo Schommer 100048da33 API PSR-11 compliance (fixes #6594) (#6931)
Note that our usage of `$asSingleton` in `get()` is fine. Quote from the PSR:

> Two successive calls to get with the same identifier SHOULD return the same value. However, depending on the implementor design and/or user configuration, different values might be returned, so user SHOULD NOT rely on getting the same value on 2 successive calls.
2017-05-19 13:45:07 +12:00
..
AfterCallAspect.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
AopProxyService.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
BeforeCallAspect.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Factory.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Injectable.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
InjectionCreator.php API PSR-11 compliance (fixes #6594) (#6931) 2017-05-19 13:45:07 +12:00
Injector.php API PSR-11 compliance (fixes #6594) (#6931) 2017-05-19 13:45:07 +12:00
InjectorNotFoundException.php API PSR-11 compliance (fixes #6594) (#6931) 2017-05-19 13:45:07 +12:00
ServiceConfigurationLocator.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
SilverStripeServiceConfigurationLocator.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00