This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/ClassLoader
2020-03-15 10:38:08 +01:00
..
Tests Remove use of ForwardCompatTrait 2019-08-03 23:15:25 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
ApcClassLoader.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
CHANGELOG.md [ClassLoader] Deprecated the component 2017-01-20 11:22:07 +01:00
ClassCollectionLoader.php Add missing dots at the end of exception messages 2020-03-15 10:38:08 +01:00
ClassLoader.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
ClassMapGenerator.php switched array() to [] 2019-01-16 10:39:14 +01:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
MapClassLoader.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
Psr4ClassLoader.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
WinCacheClassLoader.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
XcacheClassLoader.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00

ClassLoader Component

The ClassLoader component provides tools to autoload your classes and cache their locations for performance.

Resources