mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
5a786624aa
Core.php can rely on composer’s autoloader now that classes are PSR-4 compliant. If you stuck to the core modules, you could even remove ClassLoader’s autoloader, but this would break any module that hasn’t been updated to support PSR-4, so I’ve left it in. In the future, it would be good to apply SilverStripe’s auto-loader only to those modules that aren’t coded to use PSR-4, as it would make class loading more predictable. |
||
---|---|---|
.. | ||
Config | ||
Injector | ||
Manifest | ||
Startup | ||
Cache.php | ||
ClassInfo.php | ||
Constants.php | ||
Convert.php | ||
Core.php | ||
CustomMethods.php | ||
Extensible.php | ||
Extension.php | ||
Flushable.php | ||
Object.php | ||
TempPath.php |