25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 yıl önce
..
Test/Unit checkin 2 yıl önce
AutoloaderInterface.php checkin 2 yıl önce
AutoloaderRegistry.php checkin 2 yıl önce
ClassLoaderWrapper.php checkin 2 yıl önce
ClassMap.php checkin 2 yıl önce
Populator.php checkin 2 yıl önce
README.md checkin 2 yıl önce

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.