You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin пре 2 година
..
Test/Unit checkin пре 2 година
AutoloaderInterface.php checkin пре 2 година
AutoloaderRegistry.php checkin пре 2 година
ClassLoaderWrapper.php checkin пре 2 година
ClassMap.php checkin пре 2 година
Populator.php checkin пре 2 година
README.md checkin пре 2 година

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.