longyi c9405dd336 vendor пре 5 година
..
Test c9405dd336 vendor пре 5 година
AutoloaderInterface.php c9405dd336 vendor пре 5 година
AutoloaderRegistry.php c9405dd336 vendor пре 5 година
ClassLoaderWrapper.php c9405dd336 vendor пре 5 година
ClassMap.php c9405dd336 vendor пре 5 година
Populator.php c9405dd336 vendor пре 5 година
README.md c9405dd336 vendor пре 5 година

README.md

Autoload

Autoload library contains an abstract wrapper for Composer's generated autoloader.

  • AutoloaderInterface provides abstract ability use and modify the autoloader class.
  • AutoloaderRegistry allows the same instance of the autoloader to put accessed across the code base.
  • ClassLoaderWrapper wraps around Composer's generated autoloader in order to insulate it.
  • Populator fills in PSR-0 and PSR-4 standard namespace-directory mappings for the autoloader.